docs: update

This commit is contained in:
Dylan Araps 2018-05-04 17:40:33 +10:00
parent c57da4cf72
commit 5bad6ea5d9
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@
and variable names. and variable names.
- Keep lines below `100` characters long. - Keep lines below `100` characters long.
- Use `[[ ]]` for tests. - Use `[[ ]]` for tests.
- Double Quote **EVERYTHING**.
- Dont use single quotes, except for special cases.
### ShellCheck ### ShellCheck