Skip to content

Commit dd9ea15

Browse files
docs: minor readme tweak (#98)
1 parent 7eafb98 commit dd9ea15

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

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

10-
The Openlayer Java SDK provides convenient access to the Openlayer REST API from applications written in Java.
10+
The Openlayer Java SDK provides convenient access to the [Openlayer REST API](https://openlayer.com/docs/api-reference/rest/overview) from applications written in Java.
1111

1212
It is generated with [Stainless](https://www.stainless.com/).
1313

@@ -31,9 +31,9 @@ implementation("com.openlayer.api:openlayer-java:0.1.0-alpha.11")
3131

3232
```xml
3333
<dependency>
34-
<groupId>com.openlayer.api</groupId>
35-
<artifactId>openlayer-java</artifactId>
36-
<version>0.1.0-alpha.11</version>
34+
<groupId>com.openlayer.api</groupId>
35+
<artifactId>openlayer-java</artifactId>
36+
<version>0.1.0-alpha.11</version>
3737
</dependency>
3838
```
3939

0 commit comments

Comments
 (0)