Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 8e2a793

Browse files
authored
Semantic issue on string #162
Plus minor fixes
1 parent 4d9e2ab commit 8e2a793

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ When the reader has completed this Code Pattern, they will understand how to:
3333
* Kubernetes Cluster: Create and manage your own cloud infrastructure and use Kubernetes as your container orchestration engine.
3434

3535
## Featured technologies
36-
* Node.js: An open-source JavaScript run-time environment for executing server-side JavaScript code.
36+
* [Node.js](https://nodejs.org/en/): An open-source JavaScript run-time environment for executing server-side JavaScript code.
3737
* Cloud: Accessing computer and information technology resources through the Internet.
3838
* Container Orchestration: Automating the deployment, scaling and management of containerized applications.
3939

@@ -44,7 +44,7 @@ When the reader has completed this Code Pattern, they will understand how to:
4444
# Steps
4545

4646
## Prerequisites
47-
1. You must get an API key from [OMDb API](http://www.omdbapi.com/) in order to get a response from the API. You will insert your API key in /src/actions/index.js on line 42
47+
1. You must get an API key from [OMDb API](http://www.omdbapi.com/) in order to get a response from the API. You will insert your API key in `/src/actions/index.js` on line 42
4848
[OMDb API](http://www.omdbapi.com/) by Brian Fitz is licensed under [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/)
4949

5050
2. Create an environment variable for your docker username
@@ -159,7 +159,7 @@ You can now access the application at http://IP_ADDRESS:NODE_PORT
159159
# Learn more
160160

161161
* **Container Orchestration Code Patterns**: Enjoyed this Code Pattern? Check out our other [Container Orchestration Code Patterns](https://developer.ibm.com/code/technologies/container-orchestration/).
162-
* **Kubernetes on IBM Cloud**: Deliver your apps with the combined the power of [Kubernetes and Docker on IBM Cloud](https://www.ibm.com/cloud-computing/bluemix/containers)
162+
* **Kubernetes on IBM Cloud**: Deliver your apps with the combined power of [Kubernetes and Docker on IBM Cloud](https://www.ibm.com/cloud-computing/bluemix/containers)
163163

164164
# License
165165
[Apache 2.0](LICENSE)

0 commit comments

Comments
 (0)