Skip to content

Commit

Permalink
Fix: trivial
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed May 7, 2016
1 parent 969cd42 commit f8bbaf3
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
@@ -1,3 +1,6 @@
| index | [npm-run-all] | [run-s] | [run-p] | [Node API] |
|-------|---------------|---------|---------|------------|

# npm-run-all

[![npm version](https://img.shields.io/npm/v/npm-run-all.svg)](https://www.npmjs.com/package/npm-run-all)
Expand Down Expand Up @@ -41,14 +44,14 @@ Both [run-s] and [run-p] are the shorthand commands.
[run-s] is for sequential, [run-p] is for parallel.
We can make simple plans with those commands.

[npm-run-all]: docs/npm-run-all.md
[run-s]: docs/run-s.md
[run-p]: docs/run-p.md

## Node API

This `npm-run-all` package provides Node API.

- [Node API]


[npm-run-all]: docs/npm-run-all.md
[run-s]: docs/run-s.md
[run-p]: docs/run-p.md
[Node API]: docs/node-api.md

0 comments on commit f8bbaf3

Please sign in to comment.