summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2016-09-15 21:22:34 +0100
committerw0rp <devw0rp@gmail.com>2016-09-15 21:22:34 +0100
commitf89738c951aea53d6f3273ded052bbb5d6864f14 (patch)
treebedc34d54424b7750638d7a6495c002e17549412 /README.md
parent53f2e47dabd6e2d49efbbbbff5a2c92320039050 (diff)
downloadale-f89738c951aea53d6f3273ded052bbb5d6864f14.zip
Link to explanations of the -n flag of each shell as best as we can.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ae3db787..9f09e0ad 100644
--- a/README.md
+++ b/README.md
@@ -25,8 +25,8 @@ name. That seems to be the fairest way to arrange this table.
| Language | Tools |
| -------- | ----- |
-| Bash | -n flag |
-| Bourne Shell | -n flag |
+| Bash | [-n flag](https://www.gnu.org/software/bash/manual/bash.html#index-set) |
+| Bourne Shell | [-n flag](http://linux.die.net/man/1/sh) |
| JavaScript | [eslint](http://eslint.org/), [jscs](http://jscs.info/) |
| Python | [flake8](http://flake8.pycqa.org/en/latest/) |
| Ruby | [rubocop](https://github.com/bbatsov/rubocop) |