aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLorenzo Castelli <lcastelli@lcastelli-macbookpro.roam.corp.google.com>2018-11-08 18:01:10 -0800
committerLorenzo Castelli <lcastelli@lcastelli-macbookpro.roam.corp.google.com>2018-11-08 18:01:10 -0800
commitbd5de34bfe82d9f36df73e624dc5508c0375b29d (patch)
treec52320a21b232f18f39084814051b66fa7848b81 /README.md
parent85887e4b219ba9532444ad8fd3f7cb2b041c8c7c (diff)
downloadcompute-archlinux-image-builder-bd5de34bfe82d9f36df73e624dc5508c0375b29d.tar.xz
Fixes typo.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3d90358..5df3a56 100644
--- a/README.md
+++ b/README.md
@@ -98,7 +98,7 @@ You can now create new instances with your custom image:
$ gcloud compute instances create INSTANCE_NAME --image=IMAGE_NAME
```
-The Google Cloud Storage file is no longer needed, so you can delete if you
+The Google Cloud Storage file is no longer needed, so you can delete it if you
want:
```console