Skip to content

Commit d65b000

Browse files
committed
master: fix readme
1 parent 5cd4800 commit d65b000

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Importify
2-
Import and export your configuration like a boss !!
2+
> Import and export your configuration like a boss
33
44
## Installation
55
Install using pypi distribution using following command.
@@ -54,15 +54,15 @@ Following is a recommended usage.
5454

5555
2-1. Parse command line arguments.
5656

57-
(BASH)
57+
(BASH) <br>
5858

5959
```
6060
python -m your_module --use_gpu False
6161
```
6262

6363
2-2. Import from pre-exported configuration json file. Use ```--load_json``` option.
6464

65-
(BASH)
65+
(BASH) <br>
6666

6767
```
6868
python -m your_module --load_json PATH_TO_JSON_FILE

0 commit comments

Comments
 (0)