diff --git a/README.md b/README.md index e33779c..70641ee 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ sudo systemctl start croncat_testnet.service # 5. for accessing logs, you can use these commands, just make sure to use the right network name journalctl -f -u croncat_testnet.service tail -f /var/log/croncat_testnet.log -tail -f /var/log/croncaterror.log +tail -f /var/log/croncat_testneterror.log ``` ## Development & Local Testing @@ -181,4 +181,4 @@ npm run docker:build docker tag croncat/agent:latest croncat/agent:1.4.1 docker push croncat/agent:latest docker push croncat/agent:1.4.1 -``` \ No newline at end of file +```