From 0c54335b2bda9fea3df3a7e92f7e5babcdf9702d Mon Sep 17 00:00:00 2001 From: Ricardo Martin Date: Tue, 20 Aug 2024 09:43:22 +0200 Subject: [PATCH] Update docs/guides/securing-apps/admin-client.adoc Co-authored-by: Stian Thorgersen Signed-off-by: Ricardo Martin --- docs/guides/securing-apps/admin-client.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/securing-apps/admin-client.adoc b/docs/guides/securing-apps/admin-client.adoc index deff189..4e0f9d3 100644 --- a/docs/guides/securing-apps/admin-client.adoc +++ b/docs/guides/securing-apps/admin-client.adoc @@ -6,7 +6,7 @@ title="{project_name} admin client" priority=500 summary="Using the {project_name} admin client to access the REST API"> -The {project_name} admin client is a JAVA library that facilitates the access and usage of the {project_name} Admin REST API. To use it from your application add a dependency on the +The {project_name} admin client is a Java library that facilitates the access and usage of the {project_name} Admin REST API. To use it from your application add a dependency on the `keycloak-admin-client` library. For example using Maven: [source,xml,subs="attributes+"]