Skip to content

Commit 9828634

Browse files
committed
documentation update
1 parent 3639dff commit 9828634

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The validator covers the specifications, and its respective validations accordin
1818
### Installation
1919

2020
```bash
21-
go get ____
21+
go get github.com/neo7337/go-struct-validator
2222
```
2323

2424
### Benchmarking
@@ -51,7 +51,7 @@ To add check for validations, add the `constraints` tag in the struct fields.
5151

5252
import (
5353
"fmt"
54-
"github.com/neo7337/go-struct-validator/v1"
54+
"github.com/neo7337/go-struct-validator"
5555
)
5656

5757
var sv = validator.NewStructValidator()

0 commit comments

Comments
 (0)