Skip to content

Commit c0488cb

Browse files
committed
docs: update readme
1 parent 5313687 commit c0488cb

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
[![Node version](https://img.shields.io/node/v/suoxie.svg?style=flat)](https://github.com/viko16/suoxie)
66
[![JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](http://standardjs.com/)
77

8-
Query abbreviation in your command line.
8+
🔍 Query abbreviations in your command line. 🔍 在命令行查缩写。🔍
99

10-
在命令行查缩写
10+
![Screenshot](https://cloud.githubusercontent.com/assets/5064777/19028195/0909bc44-896c-11e6-9f71-14b6bdc7db6b.gif)
1111

1212
## Install
1313

@@ -20,6 +20,8 @@ $ [sudo] npm install -g suoxie
2020
```bash
2121
$ sx <word>
2222
$ sx --help
23+
# or
24+
$ suoxie <word>
2325
```
2426

2527
## API
@@ -30,7 +32,8 @@ suoxie(word).then(console.log) // return Promise
3032
```
3133

3234
## Thanks
33-
All data is fetched from [Abbreviations.com](http://www.abbreviations.com/) API.
35+
- All data is fetched from [Abbreviations.com](http://www.abbreviations.com/) API.
36+
- Inspired by [egoist/liyu](https://github.com/egoist/liyu).
3437

3538
## License
3639
MIT © [viko16](https://github.com/viko16)

0 commit comments

Comments
 (0)