Skip to content

Commit 3a96518

Browse files
BoudewijnKlijnmayya-sharipova
authored andcommitted
Update getting-started.asciidoc (#28145)
Replaced single quotation marks with double quotation marks surrounding localhost address
1 parent c417427 commit 3a96518

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/getting-started.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -669,8 +669,8 @@ You can download the sample dataset (accounts.json) from https://github.com/elas
669669

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

0 commit comments

Comments
 (0)