We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19828b1 commit 2e3562dCopy full SHA for 2e3562d
README.md
@@ -111,8 +111,7 @@ You can register facades in the `aliases` key of your `config/app.php` file if y
111
With registered facade, you can use library's functionality as following:
112
```php
113
// Output: '<strong>Laravel wins</strong>'
114
-echo BBCode::convertToHtml('[b]Laravel wins[/b]);
115
-
+echo BBCode::convertToHtml('[b]Laravel wins[/b]');
116
117
// Output: '[b]Do Symphony or not[/b]'
118
echo BBCode::convertFromHtml('<strong>Do Symphony or not</strong>');
0 commit comments