You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 16, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ When the reader has completed this Code Pattern, they will understand how to:
33
33
* Kubernetes Cluster: Create and manage your own cloud infrastructure and use Kubernetes as your container orchestration engine.
34
34
35
35
## 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.
37
37
* Cloud: Accessing computer and information technology resources through the Internet.
38
38
* Container Orchestration: Automating the deployment, scaling and management of containerized applications.
39
39
@@ -44,7 +44,7 @@ When the reader has completed this Code Pattern, they will understand how to:
44
44
# Steps
45
45
46
46
## 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
48
48
[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/)
49
49
50
50
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
159
159
# Learn more
160
160
161
161
***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)
0 commit comments