Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tushargugnani committed Mar 4, 2023
1 parent 3ec5737 commit 6c59296
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<script src="{{ asset('vendor/smart-ads/js/smart-banner.js') }}"></script>
<script src="{{ asset('vendor/smart-ads/js/smart-banner.min.js') }}"></script>
```

There are two ways in which you can place ads / banners in your application
Expand Down
2 changes: 1 addition & 1 deletion config/smart-ads.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
return [
'route' =>[
'prefix' => '',
'middleware' => 'web',
'middleware' => ['web'],
]
];

0 comments on commit 6c59296

Please sign in to comment.