From 6024754a04557e9b510db9aa059f91386867ef0e Mon Sep 17 00:00:00 2001 From: "V. Barozzi" Date: Mon, 12 Mar 2018 00:57:24 -0300 Subject: [PATCH] fixed elm filename --- README.md | 4 +++- README_nolist.md | 2 ++ e/{hello-html.elm => elm.elm} | 0 3 files changed, 5 insertions(+), 1 deletion(-) rename e/{hello-html.elm => elm.elm} (100%) diff --git a/README.md b/README.md index 498a1e2c..548a23d9 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ Make sure to see CONTRIBUTING.md for instructions on contributing to the project Spin-Off project smartly suggested and implemented by [@zenware](https://github.com/zenware): Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-world](https://github.com/leachim6/hello-world). +* [Hello Html](e/elm.elm) + ### This repository currently contains "Hello World" programs in the following languages: * [0815](%23/0815.0815) * [1C Enterprise](%23/1c-enterprise) @@ -181,13 +183,13 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo * [Eiffel](e/Eiffel.eiff) * [Elixir](e/elixir.ex) * [Elixir](e/elixir.exs) +* [Elm](e/elm.elm) * [Emacslisp](e/EmacsLisp.el) * [Emmental](e/emmental.emmental) * [Emojicode](e/emojicode.emojic) * [Emoticon](e/emoticon.emoticon) * [Eoool](e/EOOOL.eoool) * [Erlang Hw](e/erlang_hw.erl) -* [Hello Html](e/hello-html.elm) * [Factor](f/factor.factor) * [Falcon](f/falcon.fal) * [False](f/false.f) diff --git a/README_nolist.md b/README_nolist.md index 21814e92..9d63e6a5 100644 --- a/README_nolist.md +++ b/README_nolist.md @@ -12,3 +12,5 @@ Make sure to see CONTRIBUTING.md for instructions on contributing to the project Spin-Off project smartly suggested and implemented by [@zenware](https://github.com/zenware): Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-world](https://github.com/leachim6/hello-world). + +* [Hello Html](e/elm.elm) diff --git a/e/hello-html.elm b/e/elm.elm similarity index 100% rename from e/hello-html.elm rename to e/elm.elm