aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index f4f17a34..eae0d36d 100644
--- a/README.rst
+++ b/README.rst
@@ -239,8 +239,6 @@ Update a feed:
>>> payload = {"title":"Feed new title", "description":"New description"}
>>> r = requests.put("https://pyaggr3g470r.herokuapp.com/api/v1.0/feeds/42", headers=headers, auth=("your-email", "your-password"), data=json.dumps(payload))
-You can also create a feed with a POST request.
-
Delete a feed:
.. code:: python
bgstack15