Skip to content

Commit d57b286

Browse files
committed
Update README.md
1 parent 7fd5d1c commit d57b286

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This is an application which uses Node.js to connect to IBM Db2 Warehouse on Clo
1414
## Steps
1515

1616
1. [Clone The Repo](#1-clone-the-repo)
17-
2. [Create IBM Db2 (Db2 Warehouse on Cloud or Db2 Docker Image)](#2-create-ibm-db2)
17+
2. [Create an IBM Db2 Instance](#2-create-an-ibm-db2-instance)
1818
3. [Create Schema and Tables](#3-create-schema-and-tables)
1919
4. [Add Db2 Credentials to .env File](#4-add-db2-credentials-to-env-file)
2020
5. [Run The Application](#5-run-the-application)
@@ -25,22 +25,22 @@ This is an application which uses Node.js to connect to IBM Db2 Warehouse on Clo
2525
git clone https://github.com/IBM/crud-using-nodejs-and-db2.git
2626
```
2727

28-
### 2. Create IBM Db2
28+
### 2. Create an IBM Db2 Instance
2929

3030
Once we have cloned our repository, the next thing we have to do is create our database that will hold our house sales data. There are two ways we can create our database. One way is creating IBM Db2 Warehouse on Cloud. This database will be hosted on the cloud. However, if you perfer to have your database on premise or locally, we can all use the Db2 Docker Image.
3131

3232
Choose which type of database you would like and follow the corresponding instructions:
3333

3434
1. [Create IBM Db2 Warehouse on Cloud](#2a-create-ibm-db2-warehouse-on-cloud)
35-
2. Create an IBM Db2 Docker Image (ON-Premise Database)
35+
2. [Create an IBM Db2 Docker Image (ON-Premise Database)](#2b-create-on-ibm-db2-on-premise-datase)
3636

3737
#### 2a. Create IBM Db2 Warehouse on Cloud
3838

3939
Create the Db2 Warehouse on Cloud service and make sure to note the credentials using the following link:
4040

4141
* [**IBM Db2 Warehouse on Cloud**](https://cloud.ibm.com/catalog/services/db2-warehouse)
4242

43-
#### 2b. Create an IBM Db2 ON-Premise Database
43+
#### 2b. Create an IBM Db2 On Premise Database
4444

4545
Instead of creating the Db2 Warehouse on Cloud service, we can also have our database instantiated locally by using the free IBM Db2 Docker Image.
4646

0 commit comments

Comments
 (0)