From 997cccd534b63293d71dbf4e5c47295cd9376ab7 Mon Sep 17 00:00:00 2001 From: Billy Date: Thu, 25 Oct 2018 22:11:07 -0400 Subject: [PATCH] Added Elixir Logo (#19983) --- guide/english/elixir/index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/guide/english/elixir/index.md b/guide/english/elixir/index.md index 852ef047fe..f7c5abdb0f 100644 --- a/guide/english/elixir/index.md +++ b/guide/english/elixir/index.md @@ -1,6 +1,10 @@ --- 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. \ No newline at end of file +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.