Fix small typo in installation section of README (#148)

Fix typo in README.md
This commit is contained in:
Dennis Lumpkins 2019-02-15 17:48:20 -05:00 committed by Ahmet Alp Balkan
parent 7eb028d747
commit 1c1c8b42ef
1 changed files with 1 additions and 1 deletions

View File

@ -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