Fix small typo in installation section of README (#148)
Fix typo in README.md
This commit is contained in:
parent
7eb028d747
commit
1c1c8b42ef
1 changed files with 1 additions and 1 deletions
|
@ -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).
|
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
|
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
|
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
|
application frontend should be available at http://localhost:80 on your
|
||||||
|
|
Loading…
Reference in a new issue