From 68257a7f8a6d40504c1d311816a417f9762c979e Mon Sep 17 00:00:00 2001
From: Konosuke Kachi <github@s.k-kachi.net>
Date: Sat, 16 May 2020 15:16:10 +0900
Subject: [PATCH] Fix typo

Signed-off-by: Konosuke Kachi <github@s.k-kachi.net>
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 578d14f..43e207b 100644
--- a/README.md
+++ b/README.md
@@ -204,7 +204,7 @@ with:
   target: mytarget
 ```
 
-The following will build the root Dockerfile, tag the image as `myorg/myrepository:latest`, log in to Google Container Registry using GitHub secrets (where `DOCKER_PASSWORD` is a [JSON key](https://cloud.google.com/container-registry/docs/advanced-authentication#json-key)), and push the image to the CGR repository `myorg/myrepository`:
+The following will build the root Dockerfile, tag the image as `myorg/myrepository:latest`, log in to Google Container Registry using GitHub secrets (where `DOCKER_PASSWORD` is a [JSON key](https://cloud.google.com/container-registry/docs/advanced-authentication#json-key)), and push the image to the GCR repository `myorg/myrepository`:
  
 ```yaml
 uses: docker/build-push-action@v1