Update README.md: fixed lil typo

This commit is contained in:
theophine savio theodore
2024-03-17 10:44:46 +05:30
committed by GitHub
parent b81710a720
commit b7bf69b974

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/`.