From f01408a77c6aa68fbd813d1d611e16304f366c62 Mon Sep 17 00:00:00 2001 From: MarkusJoe Date: Sat, 12 Mar 2022 19:12:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 +``` ## 调用须知