Merge pull request #2 from TheoIsDumb/patch-1

Update README.md: fixed lil typo
This commit is contained in:
Bruno Bernardino 2024-03-17 06:35:18 +00:00 committed by GitHub
commit 7262bba4e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,7 +41,7 @@ $ make build # generates all static files for production deploy
- Routes defined at `routes/`.
- Static files are defined at `static/`.
- Static frontent components are defined at `components/`.
- Static frontend components are defined at `components/`.
- Interactive frontend components are defined at `islands/`.
- Cron jobs are defined at `crons/`.
- Reusable bits of code are defined at `lib/`.