Skip to content

Commit 24b454b

Browse files
committed
master: fix readme
1 parent e060f30 commit 24b454b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ Following is a recommended usage.
5454

5555
2-1. Parse command line arguments.
5656

57-
```
58-
python -m your_module --use_gpu False
59-
```
57+
```
58+
python -m your_module --use_gpu False
59+
```
6060

6161
2-2. Import from pre-exported configuration json file. Use ```--load_json``` option.
6262

63-
```
64-
python -m your_module --load_json PATH_TO_JSON_FILE
65-
```
63+
```
64+
python -m your_module --load_json PATH_TO_JSON_FILE
65+
```
6666

6767
3. Export current settings to json.
6868

0 commit comments

Comments
 (0)