README.rst: Replace tab indentation with spaces
authorW. Trevor King <wking@tremily.us>
Mon, 22 Sep 2014 17:56:46 +0000 (10:56 -0700)
committerW. Trevor King <wking@tremily.us>
Mon, 22 Sep 2014 17:56:46 +0000 (10:56 -0700)
These snuck in with 7d2299db (README.rst: Document the nmhive.py
endpoints, 2014-09-22) and were causing the block to be rendered as
part of the preformated block starting with the curl command.

README.rst

index 167cf2f099a21bf128ab23cc056caa0bef1b2961..98a8f8e486f7b54a7198a1c37c46540d51a40f34 100644 (file)
@@ -65,10 +65,10 @@ bookmarklet (or other tools):
     $ curl -XPOST -H 'Content-Type: application/json' -d '["+obsolete", "-needs-review"]' http://localhost:5000/mid/e630b6763e9d0771718afee41ea15b29bb4a1de8.1409935538.git.wking@tremily.us
     ["obsolete", "patch"]
 
-       Adding an already associated tag and removing an already
-       unassociated tag are both no-ops.  Returns the updated tags as a
-       JSON array.  If the given Message-ID isn't in the notmuch database,
-       returns a 404.
+  Adding an already associated tag and removing an already
+  unassociated tag are both no-ops.  Returns the updated tags as a
+  JSON array.  If the given Message-ID isn't in the notmuch database,
+  returns a 404.
 
 ``GET /gmane/<group>/<article>``
   Returns the article's Message-ID as ``text/plain``.  For example,