From 0c7b85bdcc8cc94560d31a9e6cd564c64b0872be Mon Sep 17 00:00:00 2001 From: Michael Kessler Date: Wed, 14 Sep 2011 15:15:12 +0200 Subject: [PATCH] Better formatting [ci skip] --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index cad66fb..634bfeb 100644 --- a/README.md +++ b/README.md @@ -154,9 +154,9 @@ be shown in the console: :specdoc => :always # Specdoc output options, either :always, :never or :failure # default: :failure -With the option set to :always, the specdoc is shown with and without errors in your spec, whereas on with the option -set to :never, there is no output at all, instead just a summary of the spec run is shown. The default option :failure -shows the specdoc when at least one spec failed. +With the option set to `:always`, the specdoc is shown with and without errors in your spec, whereas on with the option +set to `:never`, there is no output at all, instead just a summary of the spec run is shown. The default option +`:failure` shows the specdoc when at least one spec failed. ### System notifications options @@ -218,6 +218,9 @@ Pull requests are very welcome! Please try to follow these simple "rules", thoug - Update the README (if applicable). - Please **do not change** the version number. +For questions please join us on our [Google group](http://groups.google.com/group/guard-dev) or on `#guard` +(irc.freenode.net). + ### The guard-jasmine executable This Guard comes with a small executable `guard-jasmine` that can be used to run the Jasmine test runner on PhantomJS @@ -231,11 +234,6 @@ The only argument that the script takes is the URL to the Jasmine runner, which $ guard-jasmine http://127.0.0.1:3000/Jasmine?spec=YourSpec -### Questions - -For questions please join us on our [Google group](http://groups.google.com/group/guard-dev) or on `#guard` -(irc.freenode.net). - ## Acknowledgment - [Ariya Hidayat][] for [PhantomJS][], a powerful headless WebKit browser.