summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLouis Vogt <l.uisv.gt@icloud.com>2014-07-12 11:06:13 +0200
committerLouis Vogt <l.uisv.gt@icloud.com>2014-07-12 11:06:13 +0200
commit41e1d3c65e965a8e4087027445023c34cd57acfe (patch)
treeede1a8aa88ae8b86b73a4768cf116f070f6d275f /README.md
parente79172af0329c8541b8fc3a657dfdaf35c972247 (diff)
parent241292acce02051925005b52fd2262c43152a2ff (diff)
Merge branch 'dev' of bitbucket.org:redstonesheep/redstoner-utils into dev
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 60e772e..3c66527 100644
--- a/README.md
+++ b/README.md
@@ -143,6 +143,10 @@ If you want the server to load a file (*module*) on startup, add it to the `modu
Never use tabs!
Use 2 spaces to indent.
+## Quotes
+Always use double-quotes!
+Only use single-quotes when the string contains double-quotes that would need to be escaped.
+
## Comments
Comments are good!
Please comment everything that's non-obious or makes it easier to understand