Skip to content

Commit

Permalink
Merge pull request #131 from ikkebr/patch-2
Browse files Browse the repository at this point in the history
Fixed parameter name error in README.rst
  • Loading branch information
yangyubo committed Apr 16, 2016
2 parents 74ff1bf + f7a8fc8 commit 754fb5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``).

Expand Down

0 comments on commit 754fb5a

Please sign in to comment.