From 7701dd9eba75b9a89b7e3390cb3b87f6c1f761da Mon Sep 17 00:00:00 2001 From: Adewale Abdulrazaq Date: Fri, 26 Apr 2024 13:04:09 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c309018..2843556 100644 --- a/README.md +++ b/README.md @@ -580,7 +580,7 @@ export default App; ``` ### Vite.js Setup -If you are using Vite.js as your build tool, you need to install the `@rollup/plugin-commonjs'` plugin, you can do that by running the following command: +If you are using Vite.js as your build tool, you need to install the `@rollup/plugin-commonjs` plugin, you can do that by running the following command: ```bash npm install @rollup/plugin-commonjs' ```