diff --git a/README.md b/README.md index b8aaf4c..2e8a834 100644 --- a/README.md +++ b/README.md @@ -11,5 +11,5 @@ Command = "echo Hello" # command to execute Description = "print Hello every minute" # job description ``` -3. Launch `go-cron` binary +3. Launch `gron` binary 4. HTTP interface available on http://127.0.0.1:9876 diff --git a/go.mod b/go.mod index cb7efc9..53e2d4e 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/nxshock/go-cron +module github.com/nxshock/gron go 1.18 diff --git a/index.htm b/index.htm index 6a8dd98..7eedadf 100644 --- a/index.htm +++ b/index.htm @@ -4,7 +4,7 @@
-