Просмотр исходного кода

Put the test command on its own line

This makes it easier to copy and paste into a terminal. Previously it
was broken over two lines of text.
Ryan C. Thompson 8 лет назад
Родитель
Сommit
e8c2716cb3
1 измененных файлов с 6 добавлено и 3 удалено
  1. 6 3
      README.md

+ 6 - 3
README.md

@@ -247,9 +247,12 @@ all the development dependencies, in
 particular [ert-runner](https://github.com/rejeep/ert-runner.el).
 Finally, to run the tests, you must instruct ert-runner not to use
 batch mode using either the `--win` option. (The `--no-win` option
-also works.) So the command to run the tests is `cask exec ert-runner
---win`. An emacs window will briefly appear and the tests will run,
-and finally the test results will be printed. You should see something
+also works.) So the command to run the tests is:
+
+    cask exec ert-runner --win
+    
+An emacs window will briefly appear and the tests will run, and
+finally the test results will be printed. You should see something
 like this:
 
 ```