Explorar o código

Update README.md

崔庆才丨静觅 %!s(int64=5) %!d(string=hai) anos
pai
achega
891a19dd08
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -65,9 +65,9 @@ proxypool    | 2020-02-19 17:09:46,596 INFO success: tester entered RUNNING stat
 
 
 这时候访问 [http://localhost:5555/random](http://localhost:5555/random) 即可获取一个随机可用代理。
 这时候访问 [http://localhost:5555/random](http://localhost:5555/random) 即可获取一个随机可用代理。
 
 
-如果下载速度特别慢,可以自行修改 Dockerfile,修改改行
+如果下载速度特别慢,可以自行修改 Dockerfile,修改:
 
 
-```
+```diff
 - RUN pip install -r requirements.txt
 - RUN pip install -r requirements.txt
 + RUN pip install -r requirements.txt -i https://pypi.douban.com/simple
 + RUN pip install -r requirements.txt -i https://pypi.douban.com/simple
 ```
 ```