From c38f3d0894e54e0a94cb0e757527082f25cd513d Mon Sep 17 00:00:00 2001 From: Naveen MC <8493007+mcnaveen@users.noreply.github.com> Date: Sat, 23 Sep 2023 22:02:28 +0530 Subject: [PATCH] docs(docs): :memo: fix typo --- docs/.gitignore | 3 ++- docs/pages/installation.mdx | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/.gitignore b/docs/.gitignore index f413134..f5c2ff0 100644 --- a/docs/.gitignore +++ b/docs/.gitignore @@ -1,3 +1,4 @@ .next node_modules -.github \ No newline at end of file +.github +.vercel diff --git a/docs/pages/installation.mdx b/docs/pages/installation.mdx index 4646901..ed73c3c 100644 --- a/docs/pages/installation.mdx +++ b/docs/pages/installation.mdx @@ -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