Skip to content

Commit

Permalink
Update getting-started.asciidoc (#28145)
Browse files Browse the repository at this point in the history
Replaced single quotation marks with double quotation marks surrounding localhost address
  • Loading branch information
BoudewijnKlijn authored and mayya-sharipova committed Jan 12, 2018
1 parent c417427 commit 3a96518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/getting-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -669,8 +669,8 @@ You can download the sample dataset (accounts.json) from https://github.com/elas

[source,sh]
--------------------------------------------------
curl -H "Content-Type: application/json" -XPOST 'localhost:9200/bank/account/_bulk?pretty&refresh' --data-binary "@accounts.json"
curl 'localhost:9200/_cat/indices?v'
curl -H "Content-Type: application/json" -XPOST "localhost:9200/bank/account/_bulk?pretty&refresh" --data-binary "@accounts.json"
curl "localhost:9200/_cat/indices?v"
--------------------------------------------------
// NOTCONSOLE

Expand Down

0 comments on commit 3a96518

Please sign in to comment.