diff --git a/README.md b/README.md index eba13a6..9b1fc24 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ You can see a live version of this package running on https://testapi.outlands.n All backend administration is done through console commands and artisan: -`php artisan mkdemodata` - Add demodata -`php artisan rmdemodata` - Reset and remove all demo data -`php artisan mkuser` - Add a user login (that can use the CRUD functions in the web app) -`php artisan rmuser` - Remove user -`php artisan mkapiadmin` - Designate an existing user that has the ability to add or remove live API keys to SmartDok -`php artisan rmapiadmin` - Remove API admin roles from an existing user \ No newline at end of file +1. `php artisan mkdemodata` - Add demodata +2. `php artisan rmdemodata` - Reset and remove all demo data +3. `php artisan mkuser` - Add a user login (that can use the CRUD functions in the web app) +4. `php artisan rmuser` - Remove user +5. `php artisan mkapiadmin` - Designate an existing user that has the ability to add or remove live API keys to SmartDok +6. `php artisan rmapiadmin` - Remove API admin roles from an existing user \ No newline at end of file