From 8bb084f374db8a2d98f0ad3b1465f8859127ee73 Mon Sep 17 00:00:00 2001 From: Philip Paetz Date: Fri, 25 Oct 2024 15:07:55 +0200 Subject: [PATCH] docs: fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2067d5..dea81dd 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ A system that monitors Mento Governance events on-chain and sends notifications ## Running and testing the Cloud Function locally - `npm install` -- `npm dev` to start a local cloud function with hot-reload via nodemon +- `npm run dev` to start a local cloud function with hot-reload via nodemon - `npm test` to call the local cloud function with a mocked payload, this will send a real Discord message into the channel belonging to the configured Discord Webhook: ## Testing the Deployed Cloud Function