diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4c79176a..0299baf3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -83,9 +83,9 @@ To get started with Code Racer locally, follow these steps ``` 10. Start the web socket server - ```sh - npm run dev:wss - ``` + ```sh + npm run dev:wss + ``` Open your browser and visit to see the application running. ## Working on New Features