diff options
| -rw-r--r-- | challenge-096/abigail/README.md | 6 |
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) |
