diff --git a/README.md b/README.md index ad1614f..7779fbb 100644 --- a/README.md +++ b/README.md @@ -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 ```