Set correct url for trunk template (#209)

`cargo generate` works but in browser I can see redirection to this url, so it might be correct version for repo url
This commit is contained in:
Tomas Tamadamas
2025-06-10 01:53:12 +02:00
committed by GitHub
parent 2bbb5d2acd
commit 21b5b53f08

View File

@@ -16,7 +16,7 @@ The `start-trunk` template requires that you have `Trunk` and `cargo-generate` i
To use the template to set up your project, just run
`cargo generate --git https://github.com/leptos-community/start-csr`
`cargo generate --git https://github.com/leptos-rs/start-trunk`
then run
@@ -25,4 +25,4 @@ then run
in the newly created app's directory to start developing your app.
The Trunk server will reload your app on file changes, making development relatively seamless.
```
```