Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
frozzare authored Feb 13, 2022
1 parent 4384a05 commit e9e6fd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Validate Swedish personal identity numbers.
## Installation

```
go get -u github.com/personnummer/go
go get -u github.com/personnummer/go/v3
```

## Example
Expand All @@ -14,7 +14,7 @@ go get -u github.com/personnummer/go
package main

import (
personnummer "github.com/personnummer/go"
personnummer "github.com/personnummer/go/v3"
)

func main() {
Expand All @@ -25,4 +25,4 @@ func main() {

## License

MIT
MIT

0 comments on commit e9e6fd4

Please sign in to comment.