diff --git a/README.md b/README.md index 44d6c7a469..6daeb4717c 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ principal: ```bash curl -i -X POST \ http://localhost:8181/api/catalog/v1/oauth/tokens \ - -d 'grant_type=client_credentials&client_id==&client_secret==&scope=PRINCIPAL_ROLE:ALL' + -d 'grant_type=client_credentials&client_id=&client_secret=&scope=PRINCIPAL_ROLE:ALL' ``` The response output will contain an access token: