From 480b9bbbb198ca6815f960eaac26bbadeb605c45 Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Wed, 22 Sep 2021 16:23:00 +0200 Subject: [PATCH] Update README.md Removed "completeness" part --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 4b1bb09..310865a 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,6 @@ This Go package provides an simple to use interface to the excellent "[Have I Been Pwned](https://haveibeenpwned.com/API/v3)" (HIBP) API by Troy Hunt. -**Completeness:** This packages is still WIP. So far the "Pwned Passwords" API and parts of the "Breaches" -API have been implemented. ## Usage Have a look at the [GoDocs Reference](https://pkg.go.dev/github.com/wneessen/go-hibp) for details on how to implement