From 1c1c8b42ef106f8d0f3960bf95297f4e40dc4e14 Mon Sep 17 00:00:00 2001 From: Dennis Lumpkins Date: Fri, 15 Feb 2019 17:48:20 -0500 Subject: [PATCH] Fix small typo in installation section of README (#148) Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89a2d54..fefde71 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ Find **Protocol Buffers Descriptions** at the [`./pb` directory](./pb). 4. Run `skaffold run` (first time will be slow, it can take ~20-30 minutes). This will build and deploy the application. If you need to rebuild the images - automatically as you refactor he code, run `skaffold dev` command. + automatically as you refactor the code, run `skaffold dev` command. 5. Run `kubectl get pods` to verify the Pods are ready and running. The application frontend should be available at http://localhost:80 on your