From a40711497d16821f37093ed8f2013068bfb3545a Mon Sep 17 00:00:00 2001 From: Igor Malinovskiy Date: Fri, 20 Dec 2024 11:27:56 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1a0c3a4..5088bdf 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Token-based Authentication Providers for Redis Java clients -This extension provides Token-based Authentication for Redis Java client libraries([lettuce](https://github.com/redis/lettuce) and [Jedis](https://github.com/redis/jedis)) to support token-based authentication. +This extension provides Token-based Authentication for Redis Java client libraries: [lettuce](https://github.com/redis/lettuce) and [Jedis](https://github.com/redis/jedis) ## Microsoft Entra ID provider ### Installation -To install the Java packages, add the following dependencies to your `pom.xml` file if you're using Maven: +To install the Entra ID provider, add the following dependencies to your `pom.xml` file if you're using Maven: ```xml redis.clients.authentication