From 0f46c9b8207d8f17d625a3afa0aaa290d049ee92 Mon Sep 17 00:00:00 2001 From: johnjaylward Date: Mon, 5 Aug 2019 10:07:13 -0400 Subject: [PATCH] fix small typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index efc6b07..6b8edb1 100644 --- a/README.md +++ b/README.md @@ -67,9 +67,9 @@ go build digitalocean-dynamic-ip.go ``` Optionally, you can create the configuration file with any name wherever you want, and pass it as a command line argument: -````bash +```bash #run -./digitalocean-dynamic-ip /path/tp/my/config.json +./digitalocean-dynamic-ip /path/to/my/config.json ``` You can either set this to run periodically with a cronjob or use your own method.