diff --git a/README.cn.md b/README.cn.md index 5b165dd..67c38a7 100644 --- a/README.cn.md +++ b/README.cn.md @@ -24,7 +24,7 @@ ForgiveDB 是一个无依赖的微型数据库, ## 安装 -使用 pip 一键安装,这可是个好东西。 +使用 [pip](https://pip.pypa.io/) 一键安装,这可是个好东西。 ``` python pip install forgive diff --git a/README.md b/README.md index 0b28444..e25c52b 100644 --- a/README.md +++ b/README.md @@ -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