Skip to content

Commit ff25734

Browse files
Split up the snapshots link and the direct link to download the .jar file.
1 parent 9c27d4a commit ff25734

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ Full API documentation is available at [docs.robinpowered.com](http://docs.robin
99

1010
## Download
1111

12-
This is a pre-release "preview" library and currently only available from the
13-
[sonatype `snapshots` repository](https://oss.sonatype.org/content/repositories/snapshots/com/robinpowered/robin-java-sdk/) and not currently in the
12+
This is a pre-release "preview" library and currently only available from the
13+
[sonatype `snapshots` repository](https://oss.sonatype.org/content/repositories/snapshots/) and not currently in the
1414
Maven Central Repository.
1515

16+
The jar is available for direct download [here](https://oss.sonatype.org/content/repositories/snapshots/com/robinpowered/robin-java-sdk/).
17+
1618
Using Maven:
1719

1820
```xml
@@ -31,7 +33,7 @@ compile 'com.robinpowered:robin-java-sdk:1.0.0-SNAPSHOT'
3133

3234
## Getting Started
3335

34-
Using the Robin API requires an API access token, which can be generated by logging in a https://dashboard.robinpowered.com.
36+
Using the Robin API requires an API access token, which can be generated by logging in a https://dashboard.robinpowered.com.
3537

3638
Once you have an access token, you can instantiate the `RobinApi` class to easily make API calls:
3739

@@ -43,20 +45,19 @@ ApiResponse<List<Presence>> presence = apiClient.getService(PlacesService.class)
4345
```
4446

4547

46-
## License
48+
## License
4749

4850

4951
Copyright 2015 Robin Powered, Inc.
50-
52+
5153
Licensed under the Apache License, Version 2.0 (the "License");
5254
you may not use this file except in compliance with the License.
5355
You may obtain a copy of the License at
54-
56+
5557
http://www.apache.org/licenses/LICENSE-2.0
56-
58+
5759
Unless required by applicable law or agreed to in writing, software
5860
distributed under the License is distributed on an "AS IS" BASIS,
5961
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6062
See the License for the specific language governing permissions and
6163
limitations under the License.
62-

0 commit comments

Comments
 (0)