Skip to content

Commit

Permalink
docs: Add the license statement in README.md (#7)
Browse files Browse the repository at this point in the history
Signed-off-by: iiiceoo <iiiceoo@foxmail.com>
  • Loading branch information
iiiceoo committed May 26, 2023
1 parent 091de01 commit 27d5c1c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![GoDoc](https://godoc.org/github.com/iiiceoo/iprange?status.svg)](https://godoc.org/github.com/iiiceoo/iprange)
[![codecov](https://codecov.io/gh/iiiceoo/iprange/branch/main/graph/badge.svg?token=7STDXD53G0)](https://codecov.io/gh/iiiceoo/iprange)

*The package iprange parses IPv4/IPv6 addresses from strings in IP range format.*
*Package iprange parses IPv4/IPv6 addresses from strings in IP range format.*

## Supported IP range formats

Expand Down Expand Up @@ -69,3 +69,7 @@ func main() {
}
}
```

## License

Package iprange is MIT-Licensed.

0 comments on commit 27d5c1c

Please sign in to comment.