From 270cdf39e83a54f6edef6bbc2e4dc88ebd7dfc1e Mon Sep 17 00:00:00 2001 From: John Gee Date: Wed, 3 Jul 2019 21:29:09 +1200 Subject: [PATCH] Remove API link, which is not being updated (#988) * Remove API link, which is not being updated * Remove leading space --- 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..826a3a6aa 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..10bbd2ce1 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)。 ## 安装