From 9fb167ce499a8dc0f687e33c0e68818e7a9c0681 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 13 Aug 2017 16:08:38 +0200 Subject: upgraded to 0.1.3 --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6f2f3a2..34aaaa2 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3