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

Commit

Permalink
Merge pull request #4 from kant/patch-3
Browse files Browse the repository at this point in the history
Typo on string #17
  • Loading branch information
Rizchel Dayao authored Apr 3, 2018
2 parents 12b149e + 94948a2 commit c5e3242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ An application must be packaged into a container to deploy on Kubernetes. Docker

In this Code Pattern, we will deploy a React application using Kubernetes.

This repository uses the React Javascript library alongisde Redux to build out the front end of the application. The OMDb API is used to get movie information based on user input. Redux handles the data between the application and the API, as well as the state between components. Docker is used to package the application and Kubernetes is used to deploy the container.
This repository uses the React Javascript library alongside Redux to build out the front end of the application. The OMDb API is used to get movie information based on user input. Redux handles the data between the application and the API, as well as the state between components. Docker is used to package the application and Kubernetes is used to deploy the container.

When the reader has completed this Code Pattern, they will understand how to:
* Containerize a React application using Docker
Expand Down

0 comments on commit c5e3242

Please sign in to comment.