Unified terminal examples

This commit is contained in:
Sebastian Tiedtke
2013-01-11 14:47:07 -08:00
parent 132ea89249
commit a2b96f72b1

View File

@@ -13,21 +13,21 @@ Quick Start
-----------
Run it:
<pre>
> node server.js --app blah -U blah
$ node server.js --app blah -U blah
</pre>
CURL it:
<pre>
> curl 127.0.0.1:4723/wd/hub/status
$ curl 127.0.0.1:4723/wd/hub/status
</pre>
Before commiting code please run grunt to run test and check your changes against code quality standards:
<pre>
> grunt
< Running "lint:all" (lint) task
< Lint free.
<
< Done, without errors.
$ grunt
Running "lint:all" (lint) task
Lint free.
Done, without errors.
</pre>
Using with a <a href="http://bitbeam.org">Bitbeambot</a>