From 4139051ceb4d99c9cffb33f29a099fa8e4763fe2 Mon Sep 17 00:00:00 2001 From: aoshfan <42878756+aoshfan@users.noreply.github.com> Date: Wed, 15 Mar 2023 05:53:21 +0800 Subject: [PATCH] fix missing 'make' keyword --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 271f7a2..9645bd9 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ It facilitate users to register, send & schedule custom HTML mails for their cli * Open a new terminal & run the command `make server` to spin up the api server. * Open a new terminal & run the command `make consumer` to spin up the kafka consumer. * Open a new terminal & run the command `make cronjob` to start the cron processes. -* Open a new terminal & run the command `cli-go`. This will install the go-notify cli on your machine. +* Open a new terminal & run the command `make cli-go`. This will install the go-notify cli on your machine. * Cli is now ready to operate. Run the command `go-notify --help` to explore various commands. ![CLI](https://github.com/Harry-027/go-notify/blob/master/snapshots/cli_snapshot.PNG "CLI")