Skip to content

Commit eeef0f8

Browse files
committed
dict -> fanyi
1 parent b893a9d commit eeef0f8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## dict
1+
## fanyi
22
[![PyPI](https://img.shields.io/pypi/status/Django.svg)](https://github.com/wufeifei/dict)
33
[![Wercker](https://img.shields.io/wercker/ci/wercker/docs.svg)](https://github.com/wufeifei/dict)
44
[![GitHub license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/wufeifei/dict)
@@ -9,17 +9,17 @@ linux命令行下翻译工具
99
## Install
1010

1111
```
12-
wget https://raw.githubusercontent.com/wufeifei/dict/master/dict.py
13-
sudo mv ./dict.py /usr/local/bin/dict
14-
sudo chmod +x /usr/local/bin/dict
12+
wget https://raw.githubusercontent.com/dantangfan/fanyi/master/fanyi.py
13+
sudo mv ./fanyi.py /usr/local/bin/fanyi
14+
sudo chmod +x /usr/local/bin/fanyi
1515
```
1616

1717
## Usage
1818

1919
English To Chinese
2020

2121
```
22-
$ dict test
22+
$ fanyi test
2323
###################################
2424
# test 测试 (U: tɛst E: test )
2525
# n. 试验;检验
@@ -31,7 +31,7 @@ $ dict test
3131

3232
Chinese To English
3333
```
34-
$ dict 测试
34+
$ fanyi 测试
3535
###################################
3636
# 测试 test (Pinyin: cè shì )
3737
# [试验] test

dict.py fanyi.py

File renamed without changes.

0 commit comments

Comments
 (0)