From f9248cb85082772d3e4b81e683ffd62073bb13e4 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Tue, 8 Jul 2014 07:04:39 +0200 Subject: Updated README. --- README.rst | 2 -- 1 file changed, 2 deletions(-) (limited to 'README.rst') 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 -- cgit