diff --git a/README.md b/README.md index 009b91c..0aa6796 100644 --- a/README.md +++ b/README.md @@ -43,12 +43,12 @@ ### 部署到本地服务器 - ```shell - $ git clone https://github.com/MarkusJoe/RequestCounter.git - $ cd RequestCounter - $ pip3 install -r requirements.txt - $ python3 app.py - ``` +```shell +$ git clone https://github.com/MarkusJoe/RequestCounter.git +$ cd RequestCounter +$ pip3 install -r requirements.txt +$ python3 app.py +``` ## 调用须知