Skip to content

Commit e0c6ec6

Browse files
author
Christopher Jones
committed
Update URL to point to the first code line of example so the code (not the comments) is shown on page load
1 parent 8f79f3b commit e0c6ec6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The node-oracledb project is open source and maintained by Oracle Corp. The hom
2121
- [Oracle Database 12c JSON datatype](https://github.com/oracle/node-oracledb/blob/master/doc/api.md#jsondatatype)
2222
- [Query results as JavaScript objects or arrays](https://github.com/oracle/node-oracledb/blob/master/doc/api.md#queryoutputformats)
2323
- [Smart mapping between JavaScript and Oracle types with manual override available](https://github.com/oracle/node-oracledb/blob/master/doc/api.md#typemap)
24-
- [Data binding using JavaScript objects or arrays](https://github.com/oracle/node-oracledb/blob/master/doc/api.md#bind)
24+
- [Data binding using JavaScript types, objects or arrays](https://github.com/oracle/node-oracledb/blob/master/doc/api.md#bind)
2525
- [Transaction Management](https://github.com/oracle/node-oracledb/blob/master/doc/api.md#transactionmgt)
2626
- [Inbuilt Connection Pool with Queueing, Aliasing and Liveness checking](https://github.com/oracle/node-oracledb/blob/master/doc/api.md#connpooling)
2727
- [Database Resident Connection Pooling (DRCP)](https://github.com/oracle/node-oracledb/blob/master/doc/api.md#drcp)
@@ -60,7 +60,7 @@ See the
6060
[examples](https://github.com/oracle/node-oracledb/tree/master/examples) directory.
6161
Start
6262
with
63-
[examples/select1.js](https://github.com/oracle/node-oracledb/tree/master/examples/select1.js).
63+
[examples/select1.js](https://github.com/oracle/node-oracledb/blob/master/examples/select1.js#L35).
6464

6565
## <a name="doc"></a> Documentation
6666

0 commit comments

Comments
 (0)