From 627def1430eb2162feadcf9ff9e1168dcf5607db Mon Sep 17 00:00:00 2001 From: Julia Muiruri Date: Mon, 11 Mar 2024 16:55:24 +0300 Subject: [PATCH] chore: change to `npm install` for notification server --- packages/notifications/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/notifications/README.md b/packages/notifications/README.md index c3c836bd..e2f03ce0 100644 --- a/packages/notifications/README.md +++ b/packages/notifications/README.md @@ -22,7 +22,7 @@ In order to enable and try out the realtime notification feature, you will need 1. Assuming you are in `./packages/notifications`, run: ```bash -npm run install +npm install ``` 2. Start the server by running: