From dac381b93a5c119cab8acc4e31b0681d554c7bd5 Mon Sep 17 00:00:00 2001 From: nxshock Date: Sun, 27 Mar 2022 12:43:57 +0500 Subject: [PATCH] Fix new project name --- README.md | 2 +- go.mod | 2 +- index.htm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 @@ - go-cron + gron