Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Jan 19, 2017
1 parent 0fb89c0 commit f2da82c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Expand Up @@ -4,6 +4,8 @@
Useful if you want to run things in parallel but need to wait for a server to be ready.

_See [server-ready](https://github.com/typicode/server-ready) for the programmatic API._

## Install

```sh
Expand All @@ -30,10 +32,7 @@ In your `package.json`, you can use `server-ready-cli` to run `client` only when
}
```

## See also

* [server-ready](https://github.com/typicode/server-ready) Programmatic API.
* [npm-run-all](https://github.com/mysticatea/npm-run-all) CLI tool to run multiple npm-scripts in parallel or sequential.
__Tip__ `server-ready-cli` works well with [npm-run-all](https://github.com/mysticatea/npm-run-all).

## License

Expand Down

0 comments on commit f2da82c

Please sign in to comment.