Skip to content

Commit

Permalink
docs: fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chapati23 committed Oct 25, 2024
1 parent f82fe0e commit 8bb084f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8bb084f

Please sign in to comment.