diff --git a/README.md b/README.md
index c91027b..de2ddc8 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,7 @@ You can create a new ad by navigating to `smart-ad-manager/ads/create` page and
In order to place the ads and track clicks you must place the following JS in your header (typically this would go in your blade layout file)
```html
-
+
```
There are two ways in which you can place ads / banners in your application
diff --git a/config/smart-ads.php b/config/smart-ads.php
index 4730c56..89116c7 100644
--- a/config/smart-ads.php
+++ b/config/smart-ads.php
@@ -6,6 +6,6 @@
return [
'route' =>[
'prefix' => '',
- 'middleware' => 'web',
+ 'middleware' => ['web'],
]
];
\ No newline at end of file