From 3a4c5ac21fd04752ce8f4c64e8acd646311942ec Mon Sep 17 00:00:00 2001 From: takrim1999 Date: Sun, 29 Jun 2025 13:23:15 +0600 Subject: [PATCH] Update README with command copy problem fix All command was with an additional "$ " attached before it. So it was hard to directly copy and paste it on the terminal. So fixed it. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 441e7fd..c5d2440 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The drawing mechanism lives in [the sallar/github-contributions-canvas repositor Install the packages using [NPM](https://nodejs.org/en/): ``` -$ npm install +npm install ``` ## How to run @@ -25,7 +25,7 @@ $ npm install Running locally: ``` -$ npm run dev +npm run dev ``` ## Deployment