diff --git a/README.md b/README.md index 5df539d..ce588f0 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Adonis / Vite / Inertia / Vue 3 Boilerplate -Based on the example in [91codes' adonis-vite repo](https://github.com/91codes/adonis-vite), this is a boilerplate setup for using AdonisJS as a backend, with Vue as a frontend using Inertia to remove the need for an API, along with Vite for compiling resources and hot reloading. +Based on the example in [91bytes' adonis-vite repo](https://github.com/91bytes/adonis-vite), this is a boilerplate setup for using AdonisJS as a backend, with Vue as a frontend using Inertia to remove the need for an API, along with Vite for compiling resources and hot reloading. This project serves as a starter project for building web apps with [Adonis](http://adonisjs.com) as a backend, [Vue 3](http://vuejs.org) as a frontend and [Inertia](https://inertiajs.com) linking the two together without the need for an API. [Vite](http://vitejs.dev) is used to compile frontend assets. -I am indebted to [Adocasts](https://adocasts.com/lessons/adding-inertiajs-to-a-new-adonisjs-project) for their tutorial which I used to set up this boilerplate, as well as [91codes](https://github.com/91codes) Adonis-Vite setup and exampl. If you want to learn Adonis, then you should check out [Adocasts](https://adocasts.com/lessons/adding-inertiajs-to-a-new-adonisjs-project). +I am indebted to [Adocasts](https://adocasts.com/lessons/adding-inertiajs-to-a-new-adonisjs-project) for their tutorial which I used to set up this boilerplate, as well as [91bytes](https://github.com/91bytes) Adonis-Vite setup and example. If you want to learn Adonis, then you should check out [Adocasts](https://adocasts.com/lessons/adding-inertiajs-to-a-new-adonisjs-project). ### How to use