Browse Source

Docs: typo

example fails in bash

Closes #6977
Peter Johnson @insertcoffee 11 years ago
parent
commit
9a4abc2620
1 changed files with 2 additions and 3 deletions
  1. 2 3
      docs/reference/index-modules/store.asciidoc

+ 2 - 3
docs/reference/index-modules/store.asciidoc

@@ -72,12 +72,11 @@ It can also be set on a per-index basis at index creation time:
 
 [source,json]
 ---------------------------------
-curl -XPUT localhost:9200/my_index
-{
+curl -XPUT localhost:9200/my_index -d '{
     "settings": {
         "index.store.type": "niofs"
     }
-}
+}';
 ---------------------------------
 
 The following sections lists all the different storage types supported.