diff --git a/CHANGELOG.md b/CHANGELOG.md index c6f1cd1..973a1dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ v1.5 ---- +- Fix FLEXIAPI-171 Fix README documentation for CreateAdminAccount - Fix FLEXIAPI-170 Fix undefined variable apiKey in CreateAdminAccount - Fix FLEXIAPI-168 Add POST /accounts/me/email to confirm the email change - Fix FLEXIAPI-167 Add the handling of a custom identifier for the JWT tokens on top of the email one diff --git a/README.md b/README.md index f06c180..2614ecb 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ Create an admin account, an API Key will also be generated along the way, it mig If no parameters are put, a default admin account will be created. - php artisan accounts:create-admin-account {--u|username=} {--p|password=} {--d|domain=} + php artisan accounts:create-admin-account {-u|username=} {-p|password=} {-d|domain=} ### Clear the expired API Keys