Skip to content

Commit 2e3562d

Browse files
author
Genert Org
committed
Code typo fix
1 parent 19828b1 commit 2e3562d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,7 @@ You can register facades in the `aliases` key of your `config/app.php` file if y
111111
With registered facade, you can use library's functionality as following:
112112
```php
113113
// Output: '<strong>Laravel wins</strong>'
114-
echo BBCode::convertToHtml('[b]Laravel wins[/b]);
115-
114+
echo BBCode::convertToHtml('[b]Laravel wins[/b]');
116115

117116
// Output: '[b]Do Symphony or not[/b]'
118117
echo BBCode::convertFromHtml('<strong>Do Symphony or not</strong>');

0 commit comments

Comments
 (0)