Skip to content

Commit 4ebbad2

Browse files
Missing closing round bracket.
1 parent 360c8d3 commit 4ebbad2

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
@@ -43,7 +43,7 @@ that's not possible we'll fallback to precompiled binaries.
4343
var openalpr = require ("node-openalpr");
4444

4545
function identify (id, path) {
46-
console.log (openalpr.IdentifyLicense (path, function (error, output) {
46+
console.log (openalpr.IdentifyLicense (path, function (error, output)) {
4747
var results = output.results;
4848
console.log (id +" "+ output.processing_time_ms +" "+ ((results.length > 0) ? results[0].plate : "No results"));
4949

0 commit comments

Comments
 (0)