diff options
author | Geoffrey Liu <liug.2012@gmail.com> | 2014-10-12 12:24:52 -0700 |
---|---|---|
committer | Geoffrey Liu <liug.2012@gmail.com> | 2014-10-12 12:24:52 -0700 |
commit | 6933d24227ec5a0f220bf897e57d5222eaba0084 (patch) | |
tree | 10591197c0c67e741fd02ac364a5702e7e908ce0 | |
parent | 4feb1f380a4e86b36a4ba6b6541ee6137ce1c52f (diff) |
Capitalize language names. See #137
-rw-r--r-- | haskell.html.markdown | 2 | ||||
-rw-r--r-- | julia.html.markdown | 2 | ||||
-rw-r--r-- | lua.html.markdown | 2 | ||||
-rw-r--r-- | php.html.markdown | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/haskell.html.markdown b/haskell.html.markdown index e0489710..ad12de2a 100644 --- a/haskell.html.markdown +++ b/haskell.html.markdown @@ -1,5 +1,5 @@ --- -language: haskell +language: Haskell contributors: - ["Adit Bhargava", "http://adit.io"] --- diff --git a/julia.html.markdown b/julia.html.markdown index feb38463..3a52018c 100644 --- a/julia.html.markdown +++ b/julia.html.markdown @@ -1,5 +1,5 @@ --- -language: julia +language: Julia contributors: - ["Leah Hanson", "http://leahhanson.us"] filename: learnjulia.jl diff --git a/lua.html.markdown b/lua.html.markdown index be9f3141..0809215f 100644 --- a/lua.html.markdown +++ b/lua.html.markdown @@ -1,5 +1,5 @@ --- -language: lua +language: Lua contributors: - ["Tyler Neylon", "http://tylerneylon.com/"] filename: learnlua.lua diff --git a/php.html.markdown b/php.html.markdown index e1bb86a0..039288a0 100644 --- a/php.html.markdown +++ b/php.html.markdown @@ -1,5 +1,5 @@ --- -language: php +language: PHP contributors: - ["Malcolm Fell", "http://emarref.net/"] - ["Trismegiste", "https://github.com/Trismegiste"] |