From 9d33c50f08cb898e4a532ff9e3c0182c7884f10f Mon Sep 17 00:00:00 2001 From: Yann Bertrand <5855339+yannbertrand@users.noreply.github.com> Date: Thu, 3 Oct 2019 08:09:03 +0200 Subject: [PATCH] Fix apiKey typo (#1057) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 965bc536..b93e76d1 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ API | Description | Auth | HTTPS | CORS | ### Anti-Malware API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| -| [AbuseIPDB](https://docs.abuseipdb.com/) | IP/domain/URL reputation | `apikey` | Yes | Unknown | +| [AbuseIPDB](https://docs.abuseipdb.com/) | IP/domain/URL reputation | `apiKey` | Yes | Unknown | | [AlienVault Open Threat Exchange (OTX)](https://otx.alienvault.com/api/) | IP/domain/URL reputation | `apiKey` | Yes | Unknown | | [Google Safe Browsing](https://developers.google.com/safe-browsing/) | Google Link/Domain Flagging | `apiKey` | Yes | Unknown | | [Metacert](https://metacert.com/) | Metacert Link Flagging | `apiKey` | Yes | Unknown |