diff --git a/examples/providers/rest/README.md b/examples/providers/rest/README.md index d78e9bc958..9d26627a46 100644 --- a/examples/providers/rest/README.md +++ b/examples/providers/rest/README.md @@ -12,5 +12,5 @@ Then registering the provider by editing `standalone/configuration/standalone.xm module:org.keycloak.examples.hello-rest-example -Then start (or restart) the server. Once started open http://localhost:8080/realms/master/hello and you should see the message _Hello master_. -You can also invoke the endpoint for other realms by replacing `master` with the realm name in the above url. \ No newline at end of file +Then start (or restart) the server. Once started open http://localhost:8080/auth/realms/master/hello and you should see the message _Hello master_. +You can also invoke the endpoint for other realms by replacing `master` with the realm name in the above url.