Skip to content

Commit 90e925a

Browse files
added link to download the jar
1 parent 5fad698 commit 90e925a

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ APIs and SDKs that use cognitive computing to solve complex problems.
4545

4646
## Installation
4747

48-
Download the [jar][releases], and add it to your project.
49-
Now, you are ready to see some [examples](https://github.com/watson-developer-cloud/java-sdk/tree/master/examples/java/com/ibm/watson/developer_cloud).
48+
[![Download Jar](https://raw.githubusercontent.com/watson-developer-cloud/java-sdk/master/src/test/resources/download.png)][jar]
5049

5150
##### Maven
5251
```xml
@@ -62,6 +61,8 @@ Now, you are ready to see some [examples](https://github.com/watson-developer-cl
6261
'com.ibm.watson.developer_cloud:java-sdk:2.1.0'
6362
```
6463

64+
Now, you are ready to see some [examples](https://github.com/watson-developer-cloud/java-sdk/tree/master/examples/java/com/ibm/watson/developer_cloud).
65+
6566
## Usage
6667

6768
The examples below assume that you already have service credentials. If not,
@@ -132,10 +133,10 @@ System.out.println(keywords);
132133
```
133134

134135
### Alchemy Data News
135-
[Alchemy Data News][alchemy_data_news] indexes 250k to 300k English language news and
136+
[Alchemy Data News][alchemy_data_news] indexes 250k to 300k English language news and
136137
blog articles every day with historical search available for the past 60 days.
137138
Example: Get 7 documents between Friday 28th August 2015 and Friday 4th September 2015.
138-
139+
139140
```java
140141
AlchemyDataNews service = new AlchemyDataNews();
141142
service.setApiKey("<api_key>");
@@ -272,8 +273,8 @@ System.out.println(response);
272273

273274

274275
### Retrieve and Rank
275-
The [Retrieve and Rank][retrieve_and_rank] service helps users find the most
276-
relevant information for their query by using a combination of search and
276+
The [Retrieve and Rank][retrieve_and_rank] service helps users find the most
277+
relevant information for their query by using a combination of search and
277278
machine learning to find “signals” in the data.
278279

279280

@@ -522,3 +523,5 @@ See [CONTRIBUTING.md](CONTRIBUTING.md).
522523
[gson]: https://github.com/google/gson
523524
[apache_maven]: http://maven.apache.org/
524525
[releases]: https://github.com/watson-developer-cloud/java-sdk/releases
526+
527+
[jar]: https://github.com/watson-developer-cloud/java-sdk/releases/download/java-sdk-2.1.0/java-sdk-2.1.0-jar-with-dependencies.jar

0 commit comments

Comments
 (0)