We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2819d6c commit 62647d2Copy full SHA for 62647d2
README.rst
@@ -1,8 +1,8 @@
1
Elastic Git
2
===========
3
4
-Adventures in an declarative object-y thing backed by Git and using Elastic
5
-Search as a query backend.
+Adventures in an declarative object-y thing backed by Git and using
+Elasticsearch as a query backend.
6
7
.. note:: Here be massive dragons.
8
@@ -50,7 +50,7 @@ Usage
50
workspace.save(person3, 'Saving Person 3')
51
52
53
-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:
54
55
.. code-block:: python
56
0 commit comments