Skip to content

Commit 44d9ca8

Browse files
committed
Add missing interval parameter to browser example.
[skip ci]
1 parent 7a8fc53 commit 44d9ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ i | **i**nterval: Number of seconds to wait between getUpdates requests
5959
#### via browser
6060

6161
Simply point your browser to the `manager.php` file with the necessary **GET** parameters:
62-
`http://example.com/manager.php?s=<secret>&a=<action>&l=<loop>`
62+
`http://example.com/manager.php?s=<secret>&a=<action>&l=<loop>&i=<interval>`
6363

6464
**Webhook**
6565
Set, unset and reset the webhook:

0 commit comments

Comments
 (0)