From d534fd530596558e00aa01ba7c457213ac068d3a Mon Sep 17 00:00:00 2001 From: Alex Boyko Date: Wed, 19 Jul 2017 21:18:55 -0400 Subject: [PATCH] Fix typo --- atom-extensions/atom-manifest-yaml/README.MD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/atom-extensions/atom-manifest-yaml/README.MD b/atom-extensions/atom-manifest-yaml/README.MD index 20c4bf2dd..dc75d0ee3 100644 --- a/atom-extensions/atom-manifest-yaml/README.MD +++ b/atom-extensions/atom-manifest-yaml/README.MD @@ -1,4 +1,4 @@ -#CF Manifest YAML for Atom +# CF Manifest YAML for Atom ## Dev environment setup: **Prerequisite**: Node 6.x.x or higher is installed, Atom 1.17 or higher is installed @@ -7,4 +7,4 @@ 3. Run `npm install` 4. Execute `apm link .` from the folder above 5. Perform `Reload Window` in Atom (Cmd-Shift-P opens commands palette, search for `reaload`, select, press `Return`) -6. Open any `manifest.yml` file in Atom observe reconciling, content assist and other IDE features \ No newline at end of file +6. Open any `manifest.yml` file in Atom observe reconciling, content assist and other IDE features