Skip to content

Commit

Permalink
docs(docs): 📝 fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mcnaveen committed Sep 23, 2023
1 parent b834761 commit c38f3d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.next
node_modules
.github
.github
.vercel
2 changes: 2 additions & 0 deletions docs/pages/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

A Cart library can be installed on your JavaScript projects including Reactjs, Nextjs and so on just with a single line of command.

- [View NPM](https://www.npmjs.com/package/cart)

```bash
# npm
npm install cart --save
Expand Down

0 comments on commit c38f3d0

Please sign in to comment.