Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorJTClarke authored Dec 15, 2021
1 parent 44de091 commit 3c33e1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
```
```

0 comments on commit 3c33e1a

Please sign in to comment.