Skip to content

Commit 7d8f4c9

Browse files
committed
fixed typo on the Basic Example
1 parent c257b30 commit 7d8f4c9

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)