From 338e88eb38636428f7e1633aa3f0a162b3d77386 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Mon, 5 Feb 2024 16:50:39 +0100 Subject: [PATCH] docs: remove `$` in command --- docs/guide/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/contributing.md b/docs/guide/contributing.md index 6ebebf6a..4244cf13 100644 --- a/docs/guide/contributing.md +++ b/docs/guide/contributing.md @@ -11,7 +11,7 @@ We also recommend installing [@antfu/ni](https://github.com/antfu/ni) to help sw After cloning the repo, run: ```bash -$ pnpm i # install the dependencies of the project +pnpm i # install the dependencies of the project ``` :::tip ⚠️