Skip to content

Commit

Permalink
docs(fix): Readme corrections (#27)
Browse files Browse the repository at this point in the history
- Corrects Husky Usecase.
- Corrects ~t3~ to **SVA** in getting started.
  • Loading branch information
OllieJT authored Jul 7, 2024
2 parents 59d23a0 + c2fbea6 commit 06d186a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The _"SVA Stack"_ is a web development stack focused on **simplicity**, **consis
| [Tailwind CSS](https://tailwindcss.com) | Styling | 💠 Recommended |
| [Lucia](https://lucia-auth.com/) | Auth | 💠 Recommended |
| [Drizzle](https://orm.drizzle.team/) | Database Adapter | 💠 Recommended |
| [Husky](https://typicode.github.io/husky/) | Auth | 💠 Optional |
| [Husky](https://typicode.github.io/husky/) | Git Hooks | 💠 Optional |

> [!NOTE]
> create-sva is heavily inspired by the [t3stack](https://github.com/t3-oss/create-t3-app/), both in the methodology, and the CLI. The first version of this project used or learnt from many aspects of the t3 codebase, and we owe a lot to it's [contributors](https://github.com/t3-oss/create-t3-app/graphs/contributors).
Expand Down Expand Up @@ -83,7 +83,7 @@ The stated goal of `create-sva` is to provide the quickest way to start a new fu

<h2 id="getting-started">Getting Started</h2>

To scaffold an app using `create-t3-app`, run any of the following four commands and answer the command prompt questions:
To scaffold an app using `create-sva`, run any of the following four commands and answer the command prompt questions:

### npm

Expand Down

0 comments on commit 06d186a

Please sign in to comment.