Skip to content

Commit

Permalink
feat:search lib
Browse files Browse the repository at this point in the history
  • Loading branch information
mamba committed Dec 5, 2019
1 parent 97db558 commit 2bdb116
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

```shell
npm install null-cli -g

yarn add null-cli -g
# OR
yarn global add null-cli
```

### API
Expand Down
2 changes: 1 addition & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ module.exports = {
title: '命令',
collapsable: false,
children: [
'search',
'compress',
'fetch',
'youdao',
'open',
'search',
'qrcode',
'regex',
'random',
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ $ npm install null-cli -g
**YARN**

```shell
$ yarn add null-cli -g
$ yarn global add null-cli
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "null-cli",
"version": "1.0.1",
"version": "1.0.3",
"description": "One line of command increases your productivity",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 2bdb116

Please sign in to comment.