From c6a731fa1c8d01981bafc4850aab93fa37031479 Mon Sep 17 00:00:00 2001 From: Gavin Date: Mon, 22 Apr 2024 13:07:25 -0700 Subject: [PATCH] Clarify backwards compatibility usage text --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 6f15b5f..cb427c2 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ https://javadoc.jitpack.io/com/github/kbase/auth2_client_java/0.5.0/javadoc/ ## Usage -If backwards compatibility with old code is required, use the +If backwards compatibility with versions of the client prior to 0.5.0 is required, use the `us.kbase.auth.ConfigurableAuthService` class. Otherwise use the `us.kbase.auth.client.AuthClient` class. @@ -62,5 +62,3 @@ Copy `test.cfg.example` to `test.cfg` and fill it in appropriately. Then: The prior version of the client is available at https://github.com/kbase/auth for source code and in https://github.com/kbase/jars for built jars. - -