From 6325010955d34395f42a63ddb5d7ddf2c85b582a Mon Sep 17 00:00:00 2001 From: Tom Schlick Date: Sun, 29 Jan 2023 21:39:33 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d0060f8..f6a1f5c 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,12 @@ composer require returnearly/laravel-enums ## Usage -```php +```sh +php artisan make:enum UserTypeEnum --int --test +``` +```sh +php artisan make:enum UserStatusEnum --string --test ``` ## Testing @@ -41,7 +45,7 @@ Please review [our security policy](../../security/policy) on how to report secu ## Credits -- [Tom Schlick](https://github.com/returnearly) +- [Tom Schlick](https://github.com/tomschlick) - [All Contributors](../../contributors) ## License