Skip to content

Commit 7a7ee2c

Browse files
committed
Minor fixes to some READMes
1 parent 41f743b commit 7a7ee2c

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

languages/nodejs/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
22

3-
#TimesTen Node.js Samples
3+
# TimesTen Node.js Samples
44

55
This folder contains Node.js samples that illustrate database connection and operations using the node-oracledb driver against TimesTen databases.
66

7-
##Software & Platform Support
7+
## Software & Platform Support
88
The following table describes the tested operating systems, node-oracledb driver and TimesTen software versions.
99

1010
OS | Node.js Version | node-oracledb Driver Version | TimesTen Client Driver | TimesTen Direct Driver
@@ -45,7 +45,7 @@ Node.js sample programs to access TimesTen databases can be downloaded from [Ora
4545

4646
Once the samples are downloaded locally, you can change to languages/nodejs subdirectory and run the samples directly from the local machine. Descriptions of the sample programs and examples of how to run them are below.
4747

48-
###simple.js
48+
### simple.js
4949

5050
This simple sample program connects to a TimesTen database and performs the following operations:
5151

@@ -112,7 +112,7 @@ Performing deletes
112112
delete(ed) 20 rows
113113
Connection has been released
114114
```
115-
###queriesAndPlsql.js
115+
### queriesAndPlsql.js
116116

117117
The queriesAndPlsql sample program connects to a TimesTen database and performs a number of database operations with PL/SQL:
118118

languages/python/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
22

3-
#TimesTen Python Samples
3+
# TimesTen Python Samples
44

55
This folder contains Python samples that illustrate database connection and operations using the cx_Oracle driver against the TimesTen database.
66

7-
##Software & Platform Support
7+
## Software & Platform Support
88
The following table describes the tested operating systems, cx_Oracle driver and TimesTen software versions.
99

1010
OS | Python Version | cx_Oracle Driver Version | TimesTen Client Driver | TimesTen Direct Driver
@@ -19,7 +19,7 @@ MS Windows 64-bit | 3.7.5 |7.2.2+ | 18.1.3.1.0+| N/A
1919

2020

2121

22-
##PRE-REQUISITES
22+
## PRE-REQUISITES
2323

2424
1. Python language is installed.
2525
2. The cx_Oracle driver for Python is installed.
@@ -48,7 +48,7 @@ Python sample programs to access TimesTen databases can be downloaded from [Orac
4848

4949
Once the samples are downloaded locally, you can change to languages/python subdirectory and run the samples directly from the local machine. Descriptions of the sample programs and examples of how to run them are below.
5050

51-
###simple.py
51+
### simple.py
5252

5353
This simple sample program connects to a TimesTen database and performs the following operations:
5454

@@ -117,7 +117,7 @@ Performing deletes
117117
Connection has been released
118118
```
119119

120-
###queriesAndPlsql.py
120+
### queriesAndPlsql.py
121121

122122
This Python sample program connects to a TimesTen Database and performs a number of database operations with PL/SQL:
123123

0 commit comments

Comments
 (0)