Skip to content

Commit 0997a32

Browse files
committed
Merge pull request #113 from ramsesrm/patch-1
fixed typo on the Basic Example
2 parents c257b30 + 7d8f4c9 commit 0997a32

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
@@ -50,7 +50,7 @@ oracle.connect(connectData, function(err, connection) {
5050
console.log(results);
5151
connection.close(); // call only when query is finished executing
5252
});
53-
}
53+
});
5454
```
5555

5656
### Alternative connection using TNS

0 commit comments

Comments
 (0)