diff --git a/README.md b/README.md index 0758c871..293740c6 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ to allow (a probably dedicated) user on the wger server to register users on its behalf. For this, generate an API KEY by visiting on your local instance and then run ``python3 manage.py add-user-rest the username`` -You can later list all the registered users with: ``python3 manage.py list-users-API`` +You can later list all the registered users with: ``python3 manage.py list-users-api`` [