diff --git a/readme.md b/readme.md index 52bd44f..88b7ffd 100644 --- a/readme.md +++ b/readme.md @@ -43,7 +43,7 @@ php artisan module:enable Auth Now the module is ready to be migrated and seeded: ``` -php atisan module:migrate Auth +php artisan module:migrate Auth php artisan module:seed Auth ```