summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnish Athalye <me@anishathalye.com>2016-01-13 11:29:12 -0500
committerAnish Athalye <me@anishathalye.com>2016-01-13 11:29:12 -0500
commitc48d16cbce1dc082bc0b2f8ab3f34e7c0829cf89 (patch)
tree015da0cf2c332143e3c5f6734d1baabbefb23bb4 /README.md
parent9250bef422703ff9f676da84f6f5c28c61ad3fc4 (diff)
Use standard library JSON parser for JSON files
This patch reverts the changes to the README made in 57265f78b4e4f6ca67393f55b2b08f6f45a02ff1 and makes it so that Dotbot supports JSON files with tab characters.
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 3 insertions, 7 deletions
diff --git a/README.md b/README.md
index 7971de9..6dae828 100644
--- a/README.md
+++ b/README.md
@@ -118,13 +118,9 @@ Configuration
-------------
Dotbot uses YAML or JSON formatted configuration files to let you specify how
-to set up your dotfiles. The YAML format is recommended because it looks
-cleaner. JSON will be parsed as a subset of YAML, so tab characters are not
-permitted.
-
-Currently, Dotbot knows how to [link](#link) files and folders, execute
-[shell](#shell) commands, and [clean](#clean) directories of broken symbolic
-links.
+to set up your dotfiles. Currently, Dotbot knows how to [link](#link) files and
+folders, execute [shell](#shell) commands, and [clean](#clean) directories of
+broken symbolic links.
**Ideally, bootstrap configurations should be idempotent. That is, the
installer should be able to be run multiple times without causing any