From 62647d29d5ef9cb5e572d784cf40b3e212e6367e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Mayorga=20T=C3=A9llez?= Date: Thu, 26 Mar 2015 10:31:11 -0600 Subject: [PATCH] Fix typos "Elastic Search" should be "Elasticsearch". --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 13b441b..3b3f9fd 100644 --- a/README.rst +++ b/README.rst @@ -1,8 +1,8 @@ Elastic Git =========== -Adventures in an declarative object-y thing backed by Git and using Elastic -Search as a query backend. +Adventures in an declarative object-y thing backed by Git and using +Elasticsearch as a query backend. .. note:: Here be massive dragons. @@ -50,7 +50,7 @@ Usage workspace.save(person3, 'Saving Person 3') -Data is now persisted in a git repository and is queryable via elastic search: +Data is now persisted in a git repository and is queryable via elasticsearch: .. code-block:: python