Переглянути джерело

Fixed markdown syntax for code examples

Titus 13 роки тому
батько
коміт
ecdd68a4a3
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -195,11 +195,11 @@ Tests
 ---------------------------
 A suite of tests is available which require node.js.  Once node is installed, run the following command from the project root to install the development dependencies:
 
-  npm install --dev
+    npm install --dev
 
 Once installed the tests can be run from the project root using:
 
-  mocha test/run.js
+    mocha test/run.js
 
 New test cases can easily be added.  Create a markdown file (ending in `.md`) which contains the markdown to test.  Create a `.html` file of the exact same name.  It will automatically be tested when the tests are executed with `mocha`.