make the readme readable

This commit is contained in:
John Bintz 2011-02-18 11:57:36 -05:00
parent 8286f17061
commit a8b5ecefbb

View File

@ -1,6 +1,6 @@
Reload Jasmine test suites in Firefox using (MozRepl)[https://github.com/bard/mozrepl] and this lovely gem.
Reload [Jasmine](http://pivotal.github.com/jasmine/) test suites in Firefox using [MozRepl](https://github.com/bard/mozrepl) and this lovely gem.
Use it with watchr:
Use it with **watchr**:
require 'jasmine-mozrepl'
@ -15,11 +15,11 @@ Use it with watchr:
do_reload
repl_reload options:
* :host is the host to connect to (default: 127.0.0.1)
* :post is the post to connect to (default: 4242)
* :jasmine_matcher is the address in the address bar to search for (default: "localhost:8888")
* :echo_to_console writes the success/failure message to the console in red/green
**repl_reload** options:
repl_reload returns the success/failure count message from Jasmine so you can use it as you wish.
* **:host** is the host to connect to *(default: 127.0.0.1)*
* **:post** is the post to connect to *(default: 4242)*
* **:jasmine_matcher** is the address in the address bar to search for *(default: "localhost:8888")*
* **:echo_to_console** writes the success/failure message to the console in red/green *(default: false)*
**repl_reload** returns the success/failure count message from Jasmine so you can use it as you wish.