Skip to content

Commit 12f1c9f

Browse files
committed
Update README.md
1 parent 0293e52 commit 12f1c9f

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
@@ -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-(db2-warehouse-on-cloud-or-db2-docker-image))
17+
2. [Create IBM Db2 (Db2 Warehouse on Cloud or Db2 Docker Image)](#2-create-ibm-db2)
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,7 +25,7 @@ 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 (Db2 Warehouse on Cloud or Db2 Docker Image)
28+
### 2. Create IBM Db2
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

0 commit comments

Comments
 (0)