From: W. Trevor King Date: Mon, 22 Sep 2014 17:59:59 +0000 (-0700) Subject: README.rst: Unwind 'If ..., returns a 404' -> 'Returns a 404 if ...' X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=63ecca163f1c37effb8b48eb53712b3f5bfbe62b;p=nmhive.git README.rst: Unwind 'If ..., returns a 404' -> 'Returns a 404 if ...' It reads more cleanly if we echo the phrasing of the lead-off sentences. --- diff --git a/README.rst b/README.rst index 98a8f8e..c522596 100644 --- a/README.rst +++ b/README.rst @@ -53,8 +53,7 @@ bookmarklet (or other tools): ``GET /mid/`` Returns tags associated with a particular message as a JSON array. - If the given Message-ID isn't in the notmuch database, returns - a 404. + Returns a 404 if the given Message-ID isn't in the notmuch database. ``POST /mid/`` Updates the tags associated with a particular message. The posted @@ -67,8 +66,8 @@ bookmarklet (or other tools): 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. + JSON array. Returns a 404 if the given Message-ID isn't in the + notmuch database. ``GET /gmane//
`` Returns the article's Message-ID as ``text/plain``. For example,