From f7a8fc850107bde641adf0663953e08c28ecad43 Mon Sep 17 00:00:00 2001 From: Henrique Pereira Date: Fri, 15 Apr 2016 15:01:58 -0300 Subject: [PATCH] Fixed parameter name error in README.rst There is no to_fetch parameter. The correct name is fetch. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0c6c1b2..b1bc824 100644 --- a/README.rst +++ b/README.rst @@ -267,7 +267,7 @@ How to use: 1. ``badge_id`` (default ``live_notify_badge``) - The `id` attribute of the element to show the unread count, that will be periodically updated. #. ``menu_id`` (default ``live_notify_list``) - The `id` attribute of the element to insert a list of unread items, that will be periodically updated. #. ``refresh_period`` (default ``15``) - How often to fetch unread items from the server (integer in seconds). - #. ``to_fetch`` (default ``5``) - How many notifications to fetch each time. + #. ``fetch`` (default ``5``) - How many notifications to fetch each time. #. ``callbacks`` (default ````) - A comma-separated list of javascript functions to call each period. #. ``api_url_name`` (default ``list``) - The name of the API to call (this can be either ``list`` or ``count``).