From 4fafbc63096f498279da8e9e3f22ab116c81bc34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Sarmiento=20Mu=C3=B1oz?= <42702720+LuisSarmientoM@users.noreply.github.com> Date: Fri, 9 Feb 2024 23:25:42 -0500 Subject: [PATCH] Remove '$' from readme Remove unnecessary character for correct copy/paste to command line --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b979f4b..2b58c4f 100644 --- a/README.md +++ b/README.md @@ -30,15 +30,15 @@ Visit the [website](https://tailwindcss-animations.vercel.app/) to get more info - npm ```bash -$ npm install @midudev/tailwind-animations +npm install @midudev/tailwind-animations ``` - pnpm ```bash -$ pnpm install @midudev/tailwind-animations +pnpm install @midudev/tailwind-animations ``` - yarn ```bash -$ yarn add @midudev/tailwind-animations +yarn add @midudev/tailwind-animations ``` #### Plugin Implementation