docs: use consistent snippet style across the codebase (#451)

Co-authored-by: wd <52734504+wdcodecn@users.noreply.github.com>
This commit is contained in:
Marco Pasqualetti
2025-01-29 08:33:55 +01:00
committed by GitHub
parent a4e207688a
commit ff7433f434
16 changed files with 37 additions and 46 deletions
+2 -2
View File
@@ -4,6 +4,6 @@ This project is the outcome of the [tuono tutorial](https://tuono.dev/documentat
If you want to directly install it you can run:
```bash
$ tuono new my-project -t tuono-tutorial
```sh
tuono new -t tuono-tutorial
```