Skip to content

Commit

Permalink
Clarify backwards compatibility usage text
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCreosote committed Apr 22, 2024
1 parent 6a6656a commit c6a731f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.


0 comments on commit c6a731f

Please sign in to comment.