keycloak-uncached
Changes
examples/providers/rest/README.md 4(+2 -2)
Details
examples/providers/rest/README.md 4(+2 -2)
diff --git a/examples/providers/rest/README.md b/examples/providers/rest/README.md
index d78e9bc..9d26627 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
<provider>module:org.keycloak.examples.hello-rest-example</provider>
</providers>
-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.