diff --git a/README.md b/README.md index d91efec..28dc90a 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ You can edit prefix & group route name as you want, default im use model singula ## How to secure it? -Basically, when u register the ApiService to the `routes/api.php` you can group it using `sanctum` middleware, Whichis this is default api authentication by Laravel. [Read mode](https://laravel.com/docs/10.x/sanctum) about laravel sanctum +Basically, when u register the ApiService to the `routes/api.php` you can group it using `sanctum` middleware, Whichis this is default api authentication by Laravel. [Read more](https://laravel.com/docs/10.x/sanctum) about laravel sanctum ## Changelog