Skip to content

Commit 9bd6c78

Browse files
authored
use constant for example
1 parent 0cdf890 commit 9bd6c78

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
@@ -411,7 +411,7 @@ var NaturalLanguageUnderstandingV1 = require('watson-developer-cloud/natural-lan
411411
var nlu = new NaturalLanguageUnderstandingV1({
412412
username: '<username>',
413413
password: '<password>',
414-
version_date: '2017-02-27'
414+
version_date: 'NaturalLanguageUnderstandingV1.VERSION_DATE_2017_02_27'
415415
});
416416

417417
nlu.analyze({

0 commit comments

Comments
 (0)