From 6ce18c5a14ccaead54831f9bf14a9c3ccd337f97 Mon Sep 17 00:00:00 2001 From: John Gee Date: Wed, 3 Jul 2019 20:52:01 +1200 Subject: [PATCH 1/2] Remove API link, which is not being updated --- Readme.md | 3 +-- Readme_zh-CN.md | 4 +--- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Readme.md b/Readme.md index 9ec05af3f..347a8b411 100644 --- a/Readme.md +++ b/Readme.md @@ -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 diff --git a/Readme_zh-CN.md b/Readme_zh-CN.md index 37d197608..94491d181 100644 --- a/Readme_zh-CN.md +++ b/Readme_zh-CN.md @@ -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)。 ## 安装 From 424e1f0034ab1226b8d4a0fd55e12ded30c6e8e0 Mon Sep 17 00:00:00 2001 From: John Gee Date: Wed, 3 Jul 2019 21:23:11 +1200 Subject: [PATCH 2/2] Remove leading space --- Readme.md | 2 +- Readme_zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 347a8b411..826a3a6aa 100644 --- a/Readme.md +++ b/Readme.md @@ -5,7 +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). +The complete solution for [node.js](http://nodejs.org) command-line interfaces, inspired by Ruby's [commander](https://github.com/commander-rb/commander). ## Installation diff --git a/Readme_zh-CN.md b/Readme_zh-CN.md index 94491d181..10bbd2ce1 100644 --- a/Readme_zh-CN.md +++ b/Readme_zh-CN.md @@ -5,7 +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)。 +[node.js](http://nodejs.org) 命令行接口的完整解决方案,灵感来自 Ruby 的 [commander](https://github.com/commander-rb/commander)。 ## 安装