From 2de1ea8c6399cc8da770673525367c36199154ae Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sun, 14 Jul 2013 20:44:12 -0700 Subject: [PATCH] Use pretty option for curl --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e793db..b0ade9e 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Clinton Gormley also has a [good post](http://www.elasticsearch.org/blog/changin When changing the mapping in a model, you must create a new index for the changes to take place. Elasticsearch does not support updates to the mapping. For zero downtime, use the `reindex` method above which creates a new index and swaps it in once built. To see the current mapping, use: ```sh -curl http://localhost:9200/books/_mapping +curl "http://localhost:9200/books/_mapping?pretty=1" ``` ### Inconsistent Scores -- libgit2 0.21.0