Skip to content

Commit 0c22076

Browse files
authored
Update README.md
1 parent 287420a commit 0c22076

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,14 @@ Api2Pdf.com is a REST API for instantly generating PDF documents from HTML, URLs
1313
## <a name="installation"></a>Installation
1414

1515
The Java client library is available as a Maven Package and can be installed with Maven by including the following dependency in your pom.xml file.
16-
17-
<dependency>
18-
<groupId>com.api2pdf.client</groupId>
19-
<artifactId>api2pdf</artifactId>
20-
<version>1.0.1</version>
21-
</dependency>
16+
17+
<dependencies>
18+
<dependency>
19+
<groupId>com.api2pdf.client</groupId>
20+
<artifactId>api2pdf</artifactId>
21+
<version>1.0.1</version>
22+
</dependency>
23+
</dependencies>
2224

2325
## <a name="resources"></a>Resources
2426

0 commit comments

Comments
 (0)