From 418d89760bd8e1036c0a4d50516a366b8238175f Mon Sep 17 00:00:00 2001 From: Jaana Burcu Dogan Date: Mon, 26 Jun 2017 11:16:24 -0700 Subject: [PATCH] readme: make CUSTOM_DOMAIN more self explanatory --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8476b47..b2f0857 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ go get -u -d github.com/GoogleCloudPlatform/govanityurls cd $(go env GOPATH)/github.com/GoogleCloudPlatform/govanityurls ``` -Edit `vanity.yaml` to add any number of git repos. E.g., `CUSTOM_DOMAIN/portmidi` will +Edit `vanity.yaml` to add any number of git repos. E.g., `customdomain.com/portmidi` will serve the [https://github.com/rakyll/portmidi](https://github.com/rakyll/portmidi) repo. ``` @@ -38,5 +38,5 @@ $ gcloud app deploy That's it! You can use `go get` to get the package from your custom domain. ``` -$ go get CUSTOM_DOMAIN/portmidi +$ go get customdomain.com/portmidi ```