Skip to content

Commit b821592

Browse files
committed
Fix docs formatting
1 parent 2ee0676 commit b821592

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,17 @@ The `client` is what you want to use as dependency of your project. The `client`
88
To get the bol.com OpenAPI client binaries, add the JCenter repository (https://bintray.com/bintray/jcenter) and the following dependency:
99

1010
- Maven
11-
```
11+
12+
```xml
1213
<dependency>
1314
<groupId>com.bol.openapi</groupId>
1415
<artifactId>openapi-java-client</artifactId>
1516
<version>4.0.0</version>
1617
</dependency>
1718
```
19+
1820
- Gradle
21+
1922
```
2023
repositories {
2124
jcenter()

0 commit comments

Comments
 (0)