Skip to content

Commit

Permalink
fix: correct yarn installation command in Installation page
Browse files Browse the repository at this point in the history
  • Loading branch information
Mustapha-Nkhili committed Jul 23, 2024
1 parent 07309c9 commit 449d29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/docs/getting-started/Installation.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const Installation = () => {
</Link>{" "}
:
</p>
<Code code={`npm install nkhilicss`} language={"bash"} />
<Code code={`yarn add nkhilicss`} language={"bash"} />
</div>
</section>
<section
Expand Down

0 comments on commit 449d29d

Please sign in to comment.