From 2048183464314c8c6e070cbfdea55a83f43e0af0 Mon Sep 17 00:00:00 2001 From: kristuff Date: Thu, 14 May 2020 20:44:28 +0200 Subject: [PATCH] initial commit --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index aa6291c..5d1d989 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# kristuff/abuse-ipdb +# Kristuff\AbuseIPDB > A mini library to work with the AbuseIPDB api V2 see [kristuff/abuseipdb-cli](https://github.com/kristuff/abuseipdb-cli) for the CLI version @@ -13,13 +13,13 @@ Requirements Install ------- -1. Deploy with composer +Deploy with composer: ```json -[...] +... "require": { - "kristuff/abuseipdb": ">=0.1-stable" - }, + "kristuff/abuseipdb": ">=0.1-stable" +}, ``` Usage