Skip to content

Commit

Permalink
docs: add pip url
Browse files Browse the repository at this point in the history
  • Loading branch information
ldsink authored and LKI committed Feb 7, 2018
1 parent 819434a commit cc94e87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ForgiveDB 是一个无依赖的微型数据库,

## 安装

使用 pip 一键安装,这可是个好东西。
使用 [pip](https://pip.pypa.io/) 一键安装,这可是个好东西。

``` python
pip install forgive
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ supports in-memory or json-file storage.

## Installation

Use pip. Oh you should learn it.
Use [pip](https://pip.pypa.io/). Oh you should learn it.

``` python
pip install forgive
Expand Down

0 comments on commit cc94e87

Please sign in to comment.