Skip to content

Commit 716e263

Browse files
authored
Update README.md
1 parent fe76729 commit 716e263

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ $> crontab -e
4141
Then you need to add this (Based on how often you want to run it and where `NotifySMS` is located on your computer) :
4242

4343
````
44-
15 * * * * python3.5 $PATH_TO_NOTIFYSMS/main.py
44+
*/15 * * * * python3.5 $PATH_TO_NOTIFYSMS/main.py
4545
````
4646

4747
(Here, it will run every 15 minutes `NotifySMS`, which is at $PATH_TO_NOTIFYSMS` location)
@@ -64,4 +64,4 @@ Once again, feel free to contribute !`
6464

6565
This file is our "database". It stores the notifications you already got.
6666

67-
If you delete it, you will get a lot of messages next time you will run it.
67+
If you delete it, you will get a lot of messages next time you will run it.

0 commit comments

Comments
 (0)