diff --git a/README.md b/README.md index 81df2ef..d06ca32 100644 --- a/README.md +++ b/README.md @@ -29,3 +29,21 @@ And with `erorr.Errorf`: ``` var err error = erorr.Errorf("bad value for id %q", id) ``` + +## Import + +To import package **erorr** use `import` code like the follownig: +``` +import "github.com/reiver/go-erorr" +``` + +## Installation + +To install package **erorr** do the following: +``` +GOPROXY=direct go get https://github.com/reiver/go-erorr +``` + +## Author + +Package **erorr** was written by [Charles Iliya Krempeaux](http://reiver.link)