Browse Source

modify README

tomoya 11 months ago
parent
commit
e52eecfb00
1 changed files with 4 additions and 4 deletions
  1. 4 4
      README.md

+ 4 - 4
README.md

@@ -28,8 +28,8 @@ pip install -U "celery[redis]"
 celery -A proj worker 
 ```
 
-#### Options
-'''
+### Options
+```
 Worker Options:
   -n, --hostname HOSTNAME         Set custom hostname (e.g., 'w1@%%h').  
                                   Expands: %%h (hostname), %%n (name) and %%d, (domain).  
@@ -48,8 +48,8 @@ Pool Options:
                                 Number of child processes processing the  
                                 queue.  The default is the number of CPUs  
                                 available on your system.  
-''' 
-'''celery worker --help''' can get more infomation.  
+``` 
+```celery worker --help``` can get more infomation.  
 
 ### woker in Windows
 add ``` --pool=solo ``` option