Skip to content

Commit fef3fe2

Browse files
committed
Update README.md
1 parent 7ff77f0 commit fef3fe2

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,13 @@ Note: DocuSign uses **Eclipse** with **Maven** for testing purposes.
3232
6. In the _pom.xml_ file, locate the **dependencies** node.
3333
7. Add:
3434

35-
<dependency>
36-
37-
<groupId>com.docusign</groupId>
38-
39-
<artifactId>docusign-esign-java</artifactId>
40-
41-
<version>2.9.0</version>
42-
43-
</dependency>
35+
```
36+
<dependency>
37+
<groupId>com.docusign</groupId>
38+
<artifactId>docusign-esign-java</artifactId>
39+
<version>2.9.0</version>
40+
</dependency>
41+
```
4442

4543
8. If your project is still open, restart **Eclipse**.
4644

0 commit comments

Comments
 (0)