Skip to content

Commit

Permalink
Fix typo in README.md (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbacon committed Sep 27, 2023
1 parent 992ece9 commit 0b8669e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ composer require mortexa/laravel-arkitect --dev

First, you should create your architectural rules by running the following Artisan command:

`php artisan make:arkitekt ControllersNaming`
`php artisan make:arkitect ControllersNaming`

By running the command, the `ControllersNaming.php` file will be created in your application's `tests/Architecture` directory like this:

Expand Down

0 comments on commit 0b8669e

Please sign in to comment.