Skip to content

Commit 70996a1

Browse files
author
Winni Neessen
committed
v1.0.2: Update README.md
1 parent 1c699ac commit 70996a1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
[![codecov](https://codecov.io/gh/wneessen/go-hibp/branch/main/graph/badge.svg?token=ST96EC0JHU)](https://codecov.io/gh/wneessen/go-hibp)
77
<a href="https://ko-fi.com/D1D24V9IX"><img src="https://uploads-ssl.webflow.com/5c14e387dab576fe667689cf/5cbed8a4ae2b88347c06c923_BuyMeACoffee_blue.png" height="20" alt="buy ma a coffee"></a>
88

9-
This Go library provides simple and idiomatic bindings to the excellent
9+
This Go library provides simple bindings to the excellent
1010
"[Have I Been Pwned](https://haveibeenpwned.com/API/v3)" (HIBP) API by Troy Hunt. It implements all 3 APIs
1111
that are provided by HIBP (Breaches, Pastes, Passwords). API key support for the private API endpoints are
12-
supported as well.
12+
supported as well. go-hibp follows idiomatic Go style and best practice. It's only dependency is the Go Standard
13+
Library.
1314

1415
## Usage
1516
The library is fully documented using the execellent GoDoc functionality. Check out the

0 commit comments

Comments
 (0)