summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnish Athalye <me@anishathalye.com>2016-11-18 23:28:22 -0600
committerAnish Athalye <me@anishathalye.com>2016-11-18 23:28:22 -0600
commit295f8e31606db36c6c745dc2346e029ac2d277a2 (patch)
tree3113f994a74ec702dab2a0cb181b8e385c8edc36
parentb482cbda585848c0d5f5345711fe338e319c0adf (diff)
parent54346fa942945a90128e1b58310cdad43054f286 (diff)
Merge branch 'casey/tilde-warning'
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6fbc687..5ce8461 100644
--- a/README.md
+++ b/README.md
@@ -151,6 +151,9 @@ do not have a defined ordering.
When writing nested constructs, keep in mind that YAML is whitespace-sensitive.
Following the formatting used in the examples is a good idea.
+Also, note that `~` in YAML is the same as `null` in JSON. If you want a single
+character string containing a tilde, make sure to enclose it in quotes: `'~'`
+
### Link
Link commands specify how files and directories should be symbolically linked.