Skip to content

Commit 002bdb3

Browse files
author
MartinMikita
committed
Fixed format of README
1 parent 6332ab8 commit 002bdb3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ docker run -d --name klokantech-osmnames-sphinxsearch \
7171
klokantech/osmnames-sphinxsearch
7272
```
7373

74-
This file will be indexed on the first run, or if index files are missing.
74+
This file will be indexed on the first run or if index files are missing.
75+
7576
You can specify path for index folder as well:
7677

7778
```
@@ -82,7 +83,7 @@ docker run -d --name klokantech-osmnames-sphinxsearch \
8283
klokantech/osmnames-sphinxsearch
8384
```
8485

85-
You can attach your path with the following folder structure directly with easier command:
86+
You can attach your path with the following folder structure:
8687

8788
```
8889
/path/to/folder/
@@ -91,9 +92,8 @@ You can attach your path with the following folder structure directly with easie
9192
- index/
9293
```
9394

95+
directly with simple command:
96+
9497
```
95-
docker run -d --name klokantech-osmnames-sphinxsearch \
96-
-v /path/to/folder/:/data/ \
97-
-p 80:80 \
98-
klokantech/osmnames-sphinxsearch
98+
docker run -d -v /path/to/folder/:/data/ -p 80:80 klokantech/osmnames-sphinxsearch
9999
```

0 commit comments

Comments
 (0)