Assert CSON format.

This commit is contained in:
Garth Kidd
2015-05-27 16:18:29 +10:00
parent 95a793f050
commit d8e60f9cfc
+4 -2
View File
@@ -31,8 +31,10 @@ To configure your note directory, set `notational-velocity.directory`:
* Open your `~/.atom/config.cson` file via *Atom > Open Your Config*
* Append the following lines, indented one step in from `*` at the top:
'notational-velocity':
directory: '/path/to/your/notes'
```cson
'notational-velocity':
directory: '/path/to/your/notes'
```
Double-quotes also work.