diff --git a/README.md b/README.md index 99be6eb..91f8f4e 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ This package based on the official Laravel adapter for Inertia.js: [inertiajs/in - [x] Tests - [x] Helpers for testing - [x] Helpers for validation errors +- [x] Laravel like `mix` helper +- [x] Examples - [ ] SSR ## Installation @@ -90,9 +92,7 @@ Create `root.html` template: ``` -### Example boilerplate application - -[See in examples folder](./examples) +You can also find more examples in an [examples folder](./examples) or in section above. ### More examples