From 91f4bca07726118aa17c396336c5f361e04a71be Mon Sep 17 00:00:00 2001 From: Garth Kidd Date: Wed, 27 May 2015 16:28:38 +1000 Subject: [PATCH] Extract indentation advice to subsequent paragraph. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 50afc63..1cc00e4 100644 --- a/README.md +++ b/README.md @@ -29,13 +29,17 @@ We do believe Notational Velocity is the precursor of the famous note-taking app To configure your note directory, set `notational-velocity.directory`: * Open your `~/.atom/config.cson` file from the menu: *Atom > Open Your Config* -* Append the following lines, indented one step in from `*` at the top: +* Append the following lines: ```cson 'notational-velocity': directory: '/path/to/your/notes' ``` +The first line should be indented by one step from `*` at the top. If you've +kept the default indentation of two spaces, the block above should paste in +properly. + Double-quotes also work. ## Key Bindings