Skip to content

Commit cf3f97b

Browse files
author
Sanjeev Ghimire
committed
merged
2 parents 4f6f66c + ee36841 commit cf3f97b

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ git clone https://github.com/IBM/crud-using-nodejs-and-db2.git
3131

3232
### 2. Create an IBM Db2 Instance
3333

34-
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 also use the Db2 Docker Image.
34+
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 prefer to have your database on premise or locally, we can also use the Db2 Docker Image.
3535

3636
Choose which type of database you would like and follow the corresponding instructions:
3737

@@ -127,7 +127,7 @@ docker exec -ti mydb2 bash -c "su - db2inst1"
127127
Steps To Create Schema and Tables:
128128

129129

130-
* Connect to the database `homesalesdb` NOTE: This command may not work for sometime, since the container takes some time to create the database. If this command doesn work, please wait a couple minutes and then try again.
130+
* Connect to the database `homesalesdb` NOTE: This command may not work for sometime, since the container takes some time to create the database. If this command doesn work, please wait a couple of minutes and then try again.
131131

132132
```bash
133133
db2 connect to homesalesdb

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4188,9 +4188,9 @@ lodash.tail@^4.1.1:
41884188
integrity sha1-0jM6NtnncXyK0vfKyv7HwytERmQ=
41894189

41904190
lodash@^4.17.11, lodash@^4.17.4, lodash@^4.17.5:
4191-
version "4.17.11"
4192-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
4193-
integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==
4191+
version "4.17.14"
4192+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"
4193+
integrity sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==
41944194

41954195
log4js@^4.0.0:
41964196
version "4.3.2"

0 commit comments

Comments
 (0)