Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Corrected a typo
  • Loading branch information
techtasie authored Sep 4, 2020
1 parent 519e7b8 commit 9fe8293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ sudo crontab -e
```
and add to the end of the file:
```
0 6 * * * docker container run --rm techtaise/easybox >/dev/null 2>&1
0 6 * * * docker container run --rm easybox >/dev/null 2>&1
```
where 0 6 means it runs every morning at 6 am.

0 comments on commit 9fe8293

Please sign in to comment.