We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6cbd9c commit 7da95c2Copy full SHA for 7da95c2
1 file changed
README.md
@@ -17,10 +17,9 @@ $ composer require genert/bbcode
17
```
18
19
## Usage
20
-The `genert/bbcode` library comes with functionality to convert BBCode to HTML or vice versa.
21
22
### `convertFromHtml(string $text)`
23
-Converts BBCode to HTML and returns output as string.
+Convert BBCode to HTML and returns parsed text as string.
24
25
Example:
26
```php
@@ -33,7 +32,7 @@ $bbCode->convertFromHtml('[b]Hello word![/b]');
33
32
34
35
### `convertToHtml(string $text, [$caseSensitive])`
36
-Converts HTML to BBCode and returns output as string.
+Convert HTML to BBCode and returns parsed text as string.
37
38
39
0 commit comments