Parcourir la source

modify README

tomoya il y a 1 an
Parent
commit
ac2fed1ac0
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -24,6 +24,7 @@ ctrl-c or
 ```shell
 celery -A proj worker 
 ```
+
 #### Options
 Worker Options:
   * -n, --hostname HOSTNAME         Set custom hostname (e.g., 'w1@%%h').  
@@ -44,7 +45,7 @@ Pool Options:
                                     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