aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>2021-01-22 14:47:19 +0100
committerAbigail <abigail@abigail.be>2021-01-22 14:47:19 +0100
commitf099a71ae4c4ded3d6abc979eb852ca6b1910983 (patch)
tree4758aae7d9ba3d4de42d415ebcf8fc69539842d3
parent4e4ef99b1f7257e4fc10075bdc03196ed31cbdee (diff)
downloadperlweeklychallenge-club-f099a71ae4c4ded3d6abc979eb852ca6b1910983.tar.gz
perlweeklychallenge-club-f099a71ae4c4ded3d6abc979eb852ca6b1910983.tar.bz2
perlweeklychallenge-club-f099a71ae4c4ded3d6abc979eb852ca6b1910983.zip
Capitalize Lua and Bash
-rw-r--r--challenge-096/abigail/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/challenge-096/abigail/README.md b/challenge-096/abigail/README.md
index d715618651..7619e7c1f2 100644
--- a/challenge-096/abigail/README.md
+++ b/challenge-096/abigail/README.md
@@ -21,9 +21,9 @@ Output: "family same the of part are Raku and Perl"
### Solutions
* [AWK](awk/ch-1.awk)
-* [bash](sh/ch-1.sh)
+* [Bash](sh/ch-1.sh)
* [C](c/ch-1.c)
-* [lua](lua/ch-1.lua)
+* [Lua](lua/ch-1.lua)
* [Node.js](node/ch-1.js)
* [Perl](perl/ch-1.pl)
* [Python](python/ch-1.py)
@@ -62,7 +62,7 @@ Operation 2: replace 'u' with 'o'
### Solutions
* [AWK](awk/ch-2.awk)
* [C](c/ch-2.c)
-* [lua](lua/ch-2.lua)
+* [Lua](lua/ch-2.lua)
* [Node.js](node/ch-2.js)
* [Perl](perl/ch-2.pl)
* [Python](python/ch-2.py)