Skip to content

Commit

Permalink
Update README: fix typo, grammar correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle committed Mar 12, 2012
1 parent 9f81fdf commit d93efb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@ This is a light weight integration layer between [TestSwarm](https://github.com/
testswarm-browserstack.cli.js --swarmUrl "swarm.jquery.org" --spawnUrl "http://swarm.jquery.org/run/" --user "browserstackUserName" --pass "myPass@#$" --clientTimeout 15 --run --kill
</pre>

This above command will spawn (via --run) AND kill (via `--kill`) BrowSack workers as indicated by the TestSwarm `getNeeded` endpoint. This command should be executed on a regular interval, via CRON or other scheduler - for more short term requirements, see [node-cli-repeater](https://github.com/clarkbox/node-repeater))
This above command will spawn (via --run) AND kill (via `--kill`) BrowSack workers as indicated by the TestSwarm `getneeded` endpoint. This command should be executed on a regular interval, via CRON or other scheduler - for more short term requirements, see [node-cli-repeater](https://github.com/clarkbox/node-repeater).


In most cases, the `--kill` option should always accompany the `--run` option. This will ensure workers are not running idle, and depend on `--clientTimeout` option for works to die and allow other queued workers to start.
Expand Down

0 comments on commit d93efb4

Please sign in to comment.