From 44c5f28df7aa4df6caa3a3b5e9b6f2d45e088cc6 Mon Sep 17 00:00:00 2001 From: Angelos Bouklis Date: Tue, 13 Aug 2024 00:06:30 +0300 Subject: [PATCH] Update index.md --- docs/guide/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/index.md b/docs/guide/index.md index 481c910..194a41a 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -25,7 +25,7 @@ If you haven't setup a bundler yet, I recommend using [`vite`](https://vitejs.de ```sh PNPM # Bootstrap a new project -pnpm create vite-plugin-web-extnesion +pnpm create vite-plugin-web-extension ``` Install any of the packages and use them normally. Everything will just work :+1: