summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2014-07-12 03:08:01 +0200
committerjomo <github@jomo.tv>2014-07-12 03:08:01 +0200
commitfafba7f5a6a1bb0b24f252c89c3fb18fe8f80e7c (patch)
treeaa6e6d94cd2f0c939a18561e95114b357061f03b /README.md
parentb8b86be805d13bb891974ef39b86efd042aad25a (diff)
show online users by UUID; add quotes info to readme
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 ae70136..92c2e19 100644
--- a/README.md
+++ b/README.md
@@ -140,6 +140,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