ソースを参照

Fixed formatting problem in README.md

DeadTOm 1 週間 前
コミット
10fab08094
1 ファイル変更2 行追加4 行削除
  1. 2 4
      README.md

+ 2 - 4
README.md

@@ -7,10 +7,8 @@
 Start from the folder where the app lives.
 My preferred method is gunicorn, with the following command:
 
-``` gunicorn -b 0.0.0.0:8057 -w 1 'hooks:app'
-```
+`gunicorn -b 0.0.0.0:8057 -w 1 'hooks:app'`
 
 Or if running from a virtual environment, which you should be, use this command (change path as needed):
 
-``` .venv/bin/python -m gunicorn -b 0.0.0.0:8057 -w 1 'hooks:app'
-```
+`.venv/bin/python -m gunicorn -b 0.0.0.0:8057 -w 1 'hooks:app'`