From 9c745dd125eabd5deff23da5dfae0e55b4647e10 Mon Sep 17 00:00:00 2001 From: zhiyelee Date: Mon, 8 Dec 2014 12:25:14 +0800 Subject: [PATCH] update README --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index e89825bb6..4afe13a5c 100644 --- a/Readme.md +++ b/Readme.md @@ -4,7 +4,8 @@ [![NPM Version](http://img.shields.io/npm/v/commander.svg?style=flat)](https://www.npmjs.org/package/commander) [![NPM Downloads](https://img.shields.io/npm/dm/commander.svg?style=flat)](https://www.npmjs.org/package/commander) - The complete solution for [node.js](http://nodejs.org) command-line interfaces, inspired by Ruby's [commander](https://github.com/tj/commander). + The complete solution for [node.js](http://nodejs.org) command-line interfaces, inspired by Ruby's [commander](https://github.com/tj/commander). + API documentation: [http://tj.github.com/commander.js/](http://tj.github.com/commander.js/) ## Installation @@ -206,7 +207,6 @@ Examples: ## Links - - [API documentation](http://tj.github.com/commander.js/) - [ascii tables](https://github.com/LearnBoost/cli-table) - [progress bars](https://github.com/tj/node-progress) - [more progress bars](https://github.com/substack/node-multimeter)