Skip to content

Commit cdb803a

Browse files
authored
Update README.md
1 parent 1c7e8ba commit cdb803a

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
@@ -17,7 +17,7 @@ composer require holt59/cakephp3-bootstrap-helpers:dev-master
1717
```
1818
```php
1919
// in config/bootstrap.php
20-
Plugin::load('Bootstrap') ;
20+
Plugin::load('Bootstrap');
2121
```
2222

2323
```php
@@ -27,7 +27,7 @@ public $helpers = [
2727
'className' => 'Bootstrap.BootstrapForm'
2828
],
2929
/* ... */
30-
] ;
30+
];
3131
```
3232
---
3333

0 commit comments

Comments
 (0)