Skip to content

Commit cac1431

Browse files
MasterOdindpopp07
authored andcommitted
docs: fix typo in first example in readme (watson-developer-cloud#1003)
1 parent fc8f3df commit cac1431

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
@@ -78,7 +78,7 @@ import DiscoveryV1 from 'ibm-watson/discovery/v1';
7878
import { IamAuthenticator } from 'ibm-watson/auth';
7979

8080
const discoveryClient = new DiscoveryV1({
81-
authenticator: new IamAuthenticator({ apikey: '{apikey}' })
81+
authenticator: new IamAuthenticator({ apikey: '{apikey}' }),
8282
version: '{version}',
8383
});
8484

0 commit comments

Comments
 (0)