From 78e745507a43c9b664ee234660ca3e79d23ac0cf Mon Sep 17 00:00:00 2001 From: Ahmet Alp Balkan Date: Mon, 2 Jul 2018 10:30:54 -0700 Subject: [PATCH] README fix Signed-off-by: Ahmet Alp Balkan --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 454bd84..886267e 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ add them to the cart, and purchase them. to all `imageName:` fields. 2. Edit the Deployment manifests at `kubernetes-manifests` directory and update - the image names to match the changes you made in the previous step. + the `image` fields to match the changes you made in the previous step. 3. Install [Skaffold] and `skaffold run`. This builds the container images, pushes them to GFR, and deploys the application to Kubernetes.