Skip to content

Commit

Permalink
Merge pull request #26 from ricardopolo/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
nicolaspanel committed Feb 15, 2016
2 parents 3f4e092 + 6851225 commit 76b6944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ svm.read(trainFile)
})
.then(function(testset){
return clf.evaluate(testset);
});
})
.done(function(report){
console.log(report);
});
Expand Down

0 comments on commit 76b6944

Please sign in to comment.