README: fix syntax

This commit is contained in:
Ahmet Alp Balkan 2018-08-30 11:01:09 -07:00 committed by GitHub
parent 1ef223af17
commit efef44c2d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -112,12 +112,12 @@ Find **Protocol Buffers Descriptions** at the [`./pb` directory](./pb).
3. Set your project ID on image names:
- Edit `skaffold.yaml`, update the `imageName:` fields that look lik
- Edit `skaffold.yaml`, update the `imageName:` fields that look like
`gcr.io/[PROJECT_ID]` with your own GCP project ID.
- Similarly, edit all Kubernetes Deployment manifests in the
[`./kubernetes-manifests`](./kubernetes-manifests) directory. Find the
`image:` fields with `gcr.io/...` and change them to your own GCP project
`image:` fields with `gcr.io/[...]` and change them to your own GCP project
ID.
5. Run `skaffold run` from the root of this repository. This command: