Skip to content

Commit 2544cc3

Browse files
committed
docs(README): update readme to mention unpoly
1 parent dcd2a01 commit 2544cc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The application is architectured as a [majestic monolith](https://m.signalvnoise
88
- It uses [AdonisJS](http://adonisjs.com/) as a backend framework to manage the routing, database and the templates layer.
99
- It uses [TailwindCSS](https://tailwindcss.com/) for design.
1010
- [Alpine.js](https://alpinejs.dev/) for small interactive frontend widgets.
11-
- And [hotwire turbo drive](https://turbo.hotwired.dev/) for sleek page navigation.
11+
- And [unpoly](https://unpoly.com/navigation) for sleek page navigation.
1212

1313
The codebase serves two main purposes.
1414

@@ -23,7 +23,7 @@ The codebase serves two main purposes.
2323
- Work with [file uploads](./app/Controllers/Http/ProfileController.ts#55-60) (including validations) and AdonisJS drive.
2424
- Using the Edge template engine and its [components layer](./resources/views/components).
2525
- Using Lucid [schema migrations](./database/migrations) for creating/alterting database tables.
26-
- Using Hotwire for faster page navigation.
26+
- Using Unpoly for faster page navigation.
2727
- Using Alpine.js for dialog modals, toggling notifications and interactive dropdowns.
2828

2929
## FAQs

0 commit comments

Comments
 (0)