Skip to content

Commit 06e4e7a

Browse files
committed
README updates
1 parent 3ac7fe2 commit 06e4e7a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# ![pactsafe-java-sdk](media/logo.png)
22

3-
[![Build Status](http://jenkins.pactsafe.com/buildStatus/icon?job=Java SDK)](http://jenkins.pactsafe.com/job/Java%20SDK/) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.pactsafe/pactsafe-java-sdk/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.pactsafe/pactsafe-java-sdk)
4-
5-
#pactsafe-java-sdk
3+
### pactsafe-java-sdk
64

75
A Java client for the [PactSafe](https://www.pactsafe.com) Activity API. Integrate into any application for secure legal record-keeping.
86

9-
## Initialization
7+
## Installation
108

9+
Download the [release](https://github.com/pactsafe/pactsafe-java-sdk/releases) or clone to build with `mvn clean install`.
10+
*Coming soon to maven-central.*
1111
```
1212
<dependency>
1313
<groupId>com.pactsafe</groupId>
1414
<artifactId>pactsafe-java-sdk</artifactId>
15-
<version>{Latest}</version>
15+
<version>{version}</version>
1616
</dependency>
1717
```
18-
*Coming soon to maven-central.*
18+
1919

2020
## Initialization
2121

@@ -36,7 +36,7 @@ Activity site = new Activity("ACCESS_KEY", parameters);
3636
The third argument is an optional `ActivityOptions` object of client configuration settings.
3737
```java
3838
ActivityOptions options = new ActivityOptions();
39-
options.setHost("http://localhost:3000");
39+
options.setHost("https://pactsafe.io); //optional
4040
Activity site = new Activity("ACCESS_KEY", parameters, options);
4141
```
4242

0 commit comments

Comments
 (0)