From 11ac1907c8038e1aae300941369681b8f02a75fd Mon Sep 17 00:00:00 2001 From: Dennis Lumpkins Date: Fri, 15 Feb 2019 17:38:02 -0500 Subject: [PATCH] Update README.md 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