From d8e89bc4121f4b1a76916b6d168136c67c466490 Mon Sep 17 00:00:00 2001 From: Yaq0ub <122842387+Yaq0ub@users.noreply.github.com> Date: Tue, 14 May 2024 18:15:52 -0600 Subject: [PATCH] indent step 10 in documentation --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4074ef36..ca271f0b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -84,9 +84,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.