From 3626db149c9089af9930d27409fcc02de21035cd Mon Sep 17 00:00:00 2001 From: Vitor Date: Mon, 30 Oct 2023 13:02:05 -0300 Subject: [PATCH] fix: git repo url --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c661b94..4a56e32 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,13 @@ This template should help get you started developing with Tauri + Solid + Typesc You can use the Template button on the GitHub UI and shallow clone this repository. Or, do it with degit: ```sh -npx degit atilafassina/create-tauri-solidjs-tailwind +npx degit atilafassina/create-solidjs-tailwind-tauri ``` Alternatively, good old `git clone` can also work. It's recommended to make a shallow clone so it doesn't bring entire repository history: ```sh -git clone --depth 1 https://github.com/atilafassina/create-tauri-solidjs-tailwind +git clone --depth 1 https://github.com/atilafassina/create-solidjs-tailwind-tauri ``` ## Running Dev 🚀