From f8bbaf3c40a3e0c258616aaa3b016f2f064f0b93 Mon Sep 17 00:00:00 2001 From: Toru Nagashima Date: Sat, 7 May 2016 21:13:30 +0900 Subject: [PATCH] Fix: trivial --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3b5d488..4452b51 100644 --- a/README.md +++ b/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) @@ -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