Skip to content

Commit f453e46

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

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
@@ -670,8 +670,8 @@ You can download the sample dataset (accounts.json) from https://github.com/elas
670670

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

0 commit comments

Comments
 (0)