diff --git a/README.md b/README.md index e12c65e..dcc86b1 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,12 @@ First, you should create your architectural rules by running the following Artis `php artisan make:arkitekt ControllersNaming` -By running the command, the `ControllersNaming.php` file will be created in your application's `app/Arkitect` directory like this: +By running the command, the `ControllersNaming.php` file will be created in your application's `tests/Architecture` directory like this: ```php