Skip to content

Commit 71ec2cb

Browse files
authored
Update README.md
1 parent be2e0f0 commit 71ec2cb

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
@@ -31,7 +31,7 @@ The code and detailed steps are discussed in the [IBM Cloud solution tutorial](h
3131
1. If you don't have an account, [create a free one here](https://cloud.ibm.com).
3232
1. Login to your account via the command line: `ibmcloud login`
3333
1. Target your account ORG and SPACE `ibmcloud target --cf`
34-
1. Create the instance of Compose for MongoDB on IBM Cloud: `ibmcloud cf create-service databases-for-mongodb standard mean-starter-mongodb`
34+
1. Create the instance of IBM Cloud Databases for MongoDB on IBM Cloud: `ibmcloud cf create-service databases-for-mongodb standard mean-starter-mongodb`
3535
1. Rename `.env.example` file to `.env` and run `ibmcloud cf service-key mean-starter-mongodb "Service credentials-1"` for MONGODB_URL and CERTIFICATE_BASE64. Choose your own SESSION_SECRET.
3636
1. Run `node server.js` to start your app
3737
1. Open a browser to the link provided in the terminal prompt to view your app
@@ -61,7 +61,7 @@ Option 2 (deploy from your local machine):
6161
3. If you don't have an account, [create a free one here](https://cloud.ibm.com).
6262
4. Login to your account via the command line: `ibmcloud login`
6363
5. Target your account ORG and SPACE `ibmcloud target --cf`
64-
6. Create the instance of Compose for MongoDB on IBM Cloud: `ibmcloud cf create-service databases-for-mongodb standard mean-starter-mongodb`
64+
6. Create the instance of IBM Cloud Databases for MongoDB on IBM Cloud: `ibmcloud cf create-service databases-for-mongodb standard mean-starter-mongodb`
6565
7. Push your app to IBM Cloud with `ibmcloud cf push`
6666
8. Done, the app should be looking like:<img src="ReadME-Images/live-app.png">
6767

0 commit comments

Comments
 (0)