From 6604abe7b39f6cd55293c5eb48f35a392526fbdf Mon Sep 17 00:00:00 2001 From: Konstantin Azizov Date: Wed, 13 Aug 2025 15:01:29 +0200 Subject: [PATCH] docs: fix download command Follows the examples provided in https://github.com/unjs/giget?tab=readme-ov-file#examples --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c08650..a1aafd3 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Examples are available in the [`examples/` directory](./examples). To download and run a specific example locally: ```sh -npx giget@latest gh:wxt-dev/examples examples/vue-overlay +npx giget@latest gh:wxt-dev/examples/examples/vue-overlay vue-overlay cd vue-overlay ```