From 42e78f935bed00216c3f96f4b12815f607904536 Mon Sep 17 00:00:00 2001 From: kristuff Date: Thu, 14 May 2020 20:43:04 +0200 Subject: [PATCH] initial commit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed80820..aa6291c 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # kristuff/abuse-ipdb > A mini library to work with the AbuseIPDB api V2 -see [kristuff/abuse-ipdb-cli](https://github.com/kristuff/abuse-ipdb-cli) for the CLI version +see [kristuff/abuseipdb-cli](https://github.com/kristuff/abuseipdb-cli) for the CLI version Requirements ------------ - PHP >= 7.1 - PHP's cURL -- A valid account to [abuseipdb.com](https://abuseipdb.com) with an API key +- A valid [abuseipdb.com](https://abuseipdb.com) account with an API key Install -------