Update README.md

Fix typo in README.md
This commit is contained in:
Dennis Lumpkins 2019-02-15 17:38:02 -05:00 committed by GitHub
parent 7eb028d747
commit 11ac1907c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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