Skip to content

Commit 4e19663

Browse files
authored
Merge pull request NLPchina#399 from olleolleolle/fix/document-python-startup
README: Fix markdown
2 parents 959c5e1 + 6223090 commit 4e19663

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -217,15 +217,17 @@ After doing this, you need to restart the Elasticsearch server. Otherwise you ma
217217

218218
## Basic Usage
219219

220-
* on elasticsearch 1.x / 2.x
221-
* Visit The elasticsearch-sql web front end:
220+
On elasticsearch 1.x / 2.x, visit the elasticsearch-sql web front-end:
221+
222222
````
223223
http://localhost:9200/_plugin/sql/
224224
````
225225

226-
* in order to use site on elasticsearch 5.x
227-
download and extract site[https://github.com/NLPchina/elasticsearch-sql/releases/download/5.0.1/es-sql-site-standalone.zip]
228-
```
226+
On elasticsearch 5.x, [download and extract site](https://github.com/NLPchina/elasticsearch-sql/releases/download/5.0.1/es-sql-site-standalone.zip).
227+
228+
Then start the web front-end like this:
229+
230+
```shell
229231
cd site-server
230232
npm install express --save
231233
node node-server.js

0 commit comments

Comments
 (0)