From 9f694701d24be3772ba23419fdbed4e7c695930b Mon Sep 17 00:00:00 2001 From: JP Date: Thu, 24 Mar 2016 13:52:24 -0500 Subject: [PATCH] put whitespacing back in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed9f0ca7e4..e561f6b03b 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ This is the only mandatory key. * [Enable IP forwarding for the instances](https://cloud.google.com/compute/docs/networking#canipforward). * [Instance service account](https://cloud.google.com/compute/docs/authentication#using) with read-write compute permissions. * `Type` (string): `gce` - + Command to create a compute instance with the correct permissions and IP forwarding enabled: `$ gcloud compute instances create INSTANCE --can-ip-forward --scopes compute-rw`