From 0d25cc654a257ca5e78a63252eec915188595f57 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Mon, 11 Jul 2016 20:52:46 -0700 Subject: [PATCH] Updating README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0280440..b1d865c 100644 --- a/README.md +++ b/README.md @@ -77,9 +77,9 @@ Otherwise, you can use the pre-built binaries for the platforms below: ## Configuration ## Configuration files for Homemaker can be authored in your choice of [TOML](https://github.com/toml-lang/toml), -[YAML](http://yaml.org/) or [JSON](http://json.org/) markup languages. Being the easiest to read out of the three, TOML -will be used for the example configuration files. Worry not if you are unfamiliar with this format; everything you need -to know about it will be shown below. +[JSON](http://json.org/), or [YAML](http://yaml.org/) markup languages. Being the easiest to read out of the three, +TOML will be used for the example configuration files. Worry not if you are unfamiliar with this format; everything you +need to know about it will be shown below. Let's start by looking at a basic example configuration file, `example.toml`. Notice that Homemaker determines which markdown language processor to use based on the extension of your c:nfiguration file. Use `.toml/.tml` for TOML,