Update README.md

This commit is contained in:
Blackwhitebear8 2025-09-17 20:03:01 +02:00
parent ec1f1b2a5e
commit 6a9ff5c410

View file

@ -62,7 +62,7 @@ Next, configure the application itself.
2. Edit crontab for the collector.py
```bash
*/10 * * * * /usr/bin/python3 /opt/bgp-api/collector.py >/dev/null 2>&1
*/10 * * * * /usr/bin/python3 /opt/Router-tools/collector.py >/dev/null 2>&1
```