Browse Source

modify README

tomoya 11 months ago
parent
commit
7485ae6fc2
1 changed files with 5 additions and 5 deletions
  1. 5 5
      README.md

+ 5 - 5
README.md

@@ -9,7 +9,7 @@ This includes
 
 ## Usage (docker-compose)
 * start the system  
-``` docker-compose up ```
+``` docker-compose up ```  
 add ``` -d ``` run in background  
 * down the system   
 ctrl-c or  
@@ -48,11 +48,11 @@ 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   
+### woker in Windows  
+add ``` --pool=solo ```  option   
 
 ### Calling the task
 ```shell