diff --git a/community/contributing-guidelines.md b/community/contributing-guidelines.md index 0a10cbf4..ef8199ba 100644 --- a/community/contributing-guidelines.md +++ b/community/contributing-guidelines.md @@ -41,9 +41,6 @@ flowchart LR Once you have installed the dependencies, you can run the application locally using: ```bash - npm i - ``` - ```bash npm start ```