소스 검색

Fix README

Signed-off-by: ewft <bnj@ewft.org>
ewft 7 년 전
부모
커밋
d5e9f55b97
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -19,7 +19,7 @@ Open main.py
 
 Setup Parameters
 
-'''
+```python
 
 # Output folder for the reconstruction
 top_root = "../result2/"
@@ -32,11 +32,11 @@ ContentFolder = "../Content"
 
 # Dry Run
 DryRun = True
-'''
+```
 
 run script with
 
-''' python2 main.py '''
+``` python2 main.py ```