Skip to content

Commit

Permalink
readme: make CUSTOM_DOMAIN more self explanatory
Browse files Browse the repository at this point in the history
  • Loading branch information
rakyll committed Jun 26, 2017
1 parent 728f8da commit 418d897
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

```
Expand All @@ -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
```

0 comments on commit 418d897

Please sign in to comment.