Skip to content

Commit 386302d

Browse files
committed
Tweak docs
1 parent 74f744f commit 386302d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Asset handling for CodeIgniter 4
1010

1111
1. Install with Composer: `> composer require tatter/assets`
1212
2. Enable the `assets` filter in **app/Config/Filters.php**
13-
3. Config assets for your routes: **app/Config/Assets.php**
13+
3. Assign `$routes` to their assets in **app/Config/Assets.php**
1414

1515
## Features
1616

@@ -227,7 +227,7 @@ class DropzoneJS extends Bundle
227227
Then copy **examples/Assets.php** from this repo to **app/Config/** and edit it so Bootstrap
228228
will load on every route and DropzoneJS will load on specific routes:
229229

230-
```
230+
```php
231231
public $routes = [
232232
'*' => [
233233
'bootstrap/dist/css/bootstrap.min.css',

0 commit comments

Comments
 (0)