Skip to content

Commit d0ae433

Browse files
committed
Merge branch 'master' into fix-322
2 parents 1f05d2e + 2c1d0ce commit d0ae433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ following picture.
557557

558558
```java
559559
VisualRecognition service = new VisualRecognition(VisualRecognition.VERSION_DATE_2016_05_19);
560-
service.setUsernameAndPassword("<username>", "<password>");
560+
service.setApiKey("<api-key>");
561561

562562
System.out.println("Classify an image");
563563
ClassifyImagesOptions options = new ClassifyImagesOptions.Builder()

0 commit comments

Comments
 (0)