Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wjo1212 committed Jun 5, 2018
1 parent b60b9dc commit 7dba112
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ if __name__ == '__main__':
)
```

for linux or mac, it could be put under `/usr/bin/python`.
for linux or mac, it could be put under `/usr/bin/`.


2.3. verify it
Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ if __name__ == '__main__':
)
```

对于linux或mac, 可以考虑放到`/usr/bin/python`目录下
对于linux或mac, 可以考虑放到`/usr/bin/`目录下


2.3. 验证, 执行如试下命令看一下是否成功.
Expand Down

0 comments on commit 7dba112

Please sign in to comment.