From 98f23653319abdc701e0727e66aa3c3c4a2ae84d Mon Sep 17 00:00:00 2001 From: David Nagy <44537756+bananapowaa88@users.noreply.github.com> Date: Sun, 20 Jan 2019 01:34:18 +0100 Subject: [PATCH] Update index.md (#30791) Added a link to language's website! --- guide/english/elixir/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guide/english/elixir/index.md b/guide/english/elixir/index.md index f7c5abdb0f..668dccb42f 100644 --- a/guide/english/elixir/index.md +++ b/guide/english/elixir/index.md @@ -8,3 +8,5 @@ title: Elixir ## Elixir Elixir is a dynamic, functional programming language built to run on the Erlang virtual machine (BEAM). Elixir is known for being a concurrent and general purpose language that is often leveraged with the powerful Phoenix framework. This language was created by José Valim, and has been influenced by languages like Ruby, Erlang, and Closure. + +You can read more about it on the own website!