Browse Source

modify README

tomoya 11 months ago
parent
commit
3ffef34797
1 changed files with 6 additions and 6 deletions
  1. 6 6
      README.md

+ 6 - 6
README.md

@@ -44,12 +44,12 @@ Worker Options:
                                   Set custom prefetch multiplier value for  
                                   this worker instance.  
 Pool Options:  
-  * -c, --concurrency <concurrency>  
-                                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.  
+  -c, --concurrency <concurrency>  
+                                  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.  
 
 ### woker in Windows
 add ``` --pool=solo ``` option