Skip to content

Commit

Permalink
Remove API link, which is not being updated (#988)
Browse files Browse the repository at this point in the history
* Remove API link, which is not being updated
* Remove leading space
  • Loading branch information
shadowspawn committed Jul 3, 2019
1 parent 80d80af commit 270cdf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Readme.md
Expand Up @@ -5,8 +5,7 @@
[![NPM Downloads](https://img.shields.io/npm/dm/commander.svg?style=flat)](https://npmcharts.com/compare/commander?minimal=true)
[![Install Size](https://packagephobia.now.sh/badge?p=commander)](https://packagephobia.now.sh/result?p=commander)

The complete solution for [node.js](http://nodejs.org) command-line interfaces, inspired by Ruby's [commander](https://github.com/commander-rb/commander).
[API documentation](http://tj.github.com/commander.js/)
The complete solution for [node.js](http://nodejs.org) command-line interfaces, inspired by Ruby's [commander](https://github.com/commander-rb/commander).

## Installation

Expand Down
4 changes: 1 addition & 3 deletions Readme_zh-CN.md
Expand Up @@ -5,9 +5,7 @@
[![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)

[node.js](http://nodejs.org) 命令行接口的完整解决方案,灵感来自 Ruby 的 [commander](https://github.com/commander-rb/commander)
[API 文档](http://tj.github.com/commander.js/)

[node.js](http://nodejs.org) 命令行接口的完整解决方案,灵感来自 Ruby 的 [commander](https://github.com/commander-rb/commander)

## 安装

Expand Down

0 comments on commit 270cdf3

Please sign in to comment.