소스 검색

modify README

tomoya 11 달 전
부모
커밋
7485ae6fc2
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  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