Merge pull request #131 from ikkebr/patch-2

Fixed parameter name error in README.rst
This commit is contained in:
Yang.Y 2016-04-16 10:14:42 +08:00
commit 754fb5a567

View file

@ -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 ``<empty string>``) - 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``).