Fixed few typos that I could find

This commit is contained in:
Alexandre Bassel
2025-01-10 03:40:16 -03:00
parent 1f8039d996
commit 021d2738e4
10 changed files with 16 additions and 14 deletions

View File

@@ -9,7 +9,7 @@ The goal of this app is to not only provide a user interface for Fabric, but als
## Installing
The app can be run by navigating to the `web` directory and using `npm install`, `pnpm install`, or your preferred package manager. Then simply run `npm run dev`, `pnpm run dev`, or your equivalent command to start the app. *You will need to run fabric in a seperate terminal with the `fabric --serve` command.*
The app can be run by navigating to the `web` directory and using `npm install`, `pnpm install`, or your preferred package manager. Then simply run `npm run dev`, `pnpm run dev`, or your equivalent command to start the app. *You will need to run fabric in a separate terminal with the `fabric --serve` command.*
## Tips