Fixed typo in readme

This commit is contained in:
Steven Burnham 2023-12-05 19:30:24 -05:00
parent b81ae39d7f
commit e761320b5a
No known key found for this signature in database
GPG key ID: D765679712A2FC3D

View file

@ -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:
```