瀏覽代碼

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 ```