Browse Source

modify README

tomoya 1 năm trước cách đây
mục cha
commit
7485ae6fc2
1 tập tin đã thay đổi với 5 bổ sung5 xóa
  1. 5 5
      README.md

+ 5 - 5
README.md

@@ -9,7 +9,7 @@ This includes
 
 
 ## Usage (docker-compose)
 ## Usage (docker-compose)
 * start the system  
 * start the system  
-``` docker-compose up ```
+``` docker-compose up ```  
 add ``` -d ``` run in background  
 add ``` -d ``` run in background  
 * down the system   
 * down the system   
 ctrl-c or  
 ctrl-c or  
@@ -48,11 +48,11 @@ Pool Options:
                                   Number of child processes processing the  
                                   Number of child processes processing the  
                                   queue.  The default is the number of CPUs  
                                   queue.  The default is the number of CPUs  
                                   available on your system.  
                                   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
 ### Calling the task
 ```shell
 ```shell