diff --git a/README.md b/README.md index 3e4f669..689425b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Micro check library in Golang. ## Installation -`go get gopkg.in/alioygur/is.v1` +`go get github.com/alioygur/is` ## Not only regex @@ -33,7 +33,7 @@ func Alpha(s string) bool { ```go package main -import "gopkg.in/alioygur/is.v1" +import "github.com/alioygur/is" import "log" func main() { @@ -61,4 +61,4 @@ Many thanks to our contributors: [contributors](https://github.com/alioygur/is/g I use code/got inspiration from these excellent libraries: - [arasatasaygin/is.js](https://github.com/arasatasaygin/is.js) Micro check library -- [asaskevich/govalidator](https://github.com/asaskevich/govalidator) [Go] Package of validators and sanitizers for strings, numerics, slices and structs \ No newline at end of file +- [asaskevich/govalidator](https://github.com/asaskevich/govalidator) [Go] Package of validators and sanitizers for strings, numerics, slices and structs