From 3e248d0a41c15984fcf6afdf97399134a54e50ff Mon Sep 17 00:00:00 2001 From: josefsabl Date: Tue, 29 May 2018 14:31:36 +0200 Subject: [PATCH] Added extension registration to README.md --- readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/readme.md b/readme.md index f366fcc..720a739 100644 --- a/readme.md +++ b/readme.md @@ -15,3 +15,10 @@ The best way to install Arachne/SecurityVerification is using [Composer](http:// ```sh composer require arachne/security-verification ``` + +Now you need to register the extension using your [neon](https://ne-on.org) config file. + +```neon +extensions: + arachne.securityVerification: Arachne\SecurityVerification\DI\SecurityVerificationExtension +```