diff options
author | Christian Pointner <equinox@spreadspace.org> | 2017-05-19 21:18:43 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2017-05-19 21:23:30 +0200 |
commit | 36ef789f056d9ba55810c0a21bc4560b13325e74 (patch) | |
tree | 1b029c8b9f524e2c5e2772f89313b148da5a07c3 /README.md | |
parent | fixed default config (diff) |
upgraded to lates release
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -1,6 +1,7 @@ # vanity -Use `vanity` to provide pretty package names using your own custom domain: +Use `vanity` to provide pretty package import names using your own custom +domain: ```go import ( @@ -10,7 +11,7 @@ import ( ## A simple example -Let's see the available parameters: +See the available `vanity` parameters with `-h`: ``` vanity -h @@ -69,7 +70,7 @@ Hello, Go examples! ### Versioning support `vanity` also comes with versioning support from the original -[http://gopkg.in](http://gopkg.in) with no extra cost. For instance, the +[http://gopkg.in](http://gopkg.in) at no extra cost. For instance, the following import ``` @@ -154,8 +155,8 @@ curl "upper.io/db" -L ... ``` -You'll see some HTML gibberish made for humans, now request it again but this -time using the `go-get=1` parameter (this is what `go get` does): +You'll see some HTML gibberish made for human readers, now request it again but +this time using the `go-get=1` parameter (that is what `go get` does): ``` curl "upper.io/db?go-get=1" -L |