Skip to content

Commit d3d2402

Browse files
docs: minor readme tweak (#556)
1 parent 4621a20 commit d3d2402

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<!-- x-release-please-end -->
99

10-
The Lithic Java SDK provides convenient access to the Lithic REST API from applications written in Java.
10+
The Lithic Java SDK provides convenient access to the [Lithic REST API](https://docs.lithic.com) from applications written in Java.
1111

1212
The Lithic Java SDK is similar to the Lithic Kotlin SDK but with minor differences that make it more ergonomic for use in Java, such as `Optional` instead of nullable values, `Stream` instead of `Sequence`, and `CompletableFuture` instead of suspend functions.
1313

@@ -31,9 +31,9 @@ implementation("com.lithic.api:lithic-java:0.81.0")
3131

3232
```xml
3333
<dependency>
34-
<groupId>com.lithic.api</groupId>
35-
<artifactId>lithic-java</artifactId>
36-
<version>0.81.0</version>
34+
<groupId>com.lithic.api</groupId>
35+
<artifactId>lithic-java</artifactId>
36+
<version>0.81.0</version>
3737
</dependency>
3838
```
3939

0 commit comments

Comments
 (0)