Skip to content

Commit 04b0ff3

Browse files
Dean KarnDean Karn
authored andcommitted
Update README.md
1 parent 4241986 commit 04b0ff3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Package go-validate-yourself
1+
Package validator
22
================
3-
[![Build Status](https://travis-ci.org/bluesuncorp/go-validate-yourself.svg?branch=v5)](https://travis-ci.org/bluesuncorp/go-validate-yourself)
4-
[![GoDoc](https://godoc.org/gopkg.in/bluesuncorp/go-validate-yourself.v5?status.svg)](https://godoc.org/gopkg.in/bluesuncorp/go-validate-yourself.v5)
3+
[![Build Status](https://travis-ci.org/bluesuncorp/validator.svg?branch=v5)](https://travis-ci.org/bluesuncorp/validator)
4+
[![GoDoc](https://godoc.org/gopkg.in/bluesuncorp/validator.v5?status.svg)](https://godoc.org/gopkg.in/bluesuncorp/validator.v5)
55

66
Package validator implements value validations for structs and individual fields based on tags.
77
It is even capable of Cross Field and even Cross Field Cross Struct validation.
@@ -11,20 +11,20 @@ Installation
1111

1212
Just use go get.
1313

14-
go get gopkg.in/bluesuncorp/go-validate-yourself.v5
14+
go get gopkg.in/bluesuncorp/validator.v5
1515

1616
or to update
1717

18-
go get -u gopkg.in/bluesuncorp/go-validate-yourself.v5
18+
go get -u gopkg.in/bluesuncorp/validator.v5
1919

2020
And then just import the package into your own code.
2121

22-
import "gopkg.in/bluesuncorp/go-validate-yourself.v5"
22+
import "gopkg.in/bluesuncorp/validator.v5"
2323

2424
Usage
2525
=====
2626

27-
Please see http://godoc.org/gopkg.in/bluesuncorp/go-validate-yourself.v5 for detailed usage docs.
27+
Please see http://godoc.org/gopkg.in/bluesuncorp/validator.v5 for detailed usage docs.
2828

2929
Contributing
3030
============
@@ -41,4 +41,4 @@ help make this package even better.
4141

4242
License
4343
=======
44-
Distributed under MIT License, please see license file in code for more details.
44+
Distributed under MIT License, please see license file in code for more details.

0 commit comments

Comments
 (0)