From 648c0e62c12289892d88b5165c5bce6f50213c6a Mon Sep 17 00:00:00 2001 From: Glenn Eggleton Date: Mon, 16 Nov 2015 10:35:16 -0500 Subject: [PATCH] Updated Readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 005f88e..c7b9184 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,10 @@ You can use it as a middleware or even just as an object in your service layer This package uses the "google/recaptcha" package to handle the bulk of the lifting. -## Usage [Middleware] +## Usage The class is invokable + ```php $container[Recaptcha::class] = new \ReCaptcha\ReCaptcha($key);