From 82018ab01ba14e7c7440e535ddb00fc451f7aeec Mon Sep 17 00:00:00 2001 From: Alexander Nestorov Date: Tue, 31 Mar 2015 13:43:15 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d70d949..d2b70f4 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ To use it just require this library in your `composer.json` file: And then add it to your components configuration in Yii2: ~~~php -'bootstrap' => ['devicedetect], +'bootstrap' => ['devicedetect'], 'components' => [ 'devicedetect' => [ 'class' => 'alexandernst\devicedetect\DeviceDetect'