From e761320b5a8592bcfbf50705aa349f0b48da1e0d Mon Sep 17 00:00:00 2001 From: Steven Burnham Date: Tue, 5 Dec 2023 19:30:24 -0500 Subject: [PATCH] Fixed typo in readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e05dff..718603e 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,8 @@ python ./demo.py --cronreg chmod +x ~/pypush_reregister.sh ``` 2. To automatically reregister every 30 minutes, execute the following: -```crontab -e +``` +crontab -e ``` 3. Add the following to your crontab file, replacing "user" with your username: ```