From d8e60f9cfc21ae6f5e7a67cd257215e8f53e7d22 Mon Sep 17 00:00:00 2001 From: Garth Kidd Date: Wed, 27 May 2015 16:18:29 +1000 Subject: [PATCH] Assert CSON format. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6a7715..1062082 100644 --- a/README.md +++ b/README.md @@ -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.