Browse Source

modify README

tomoya 11 months ago
parent
commit
ac2fed1ac0
1 changed files with 2 additions and 1 deletions
  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