Skip to content

Commit 7da95c2

Browse files
author
Genert Org
committed
README update
1 parent b6cbd9c commit 7da95c2

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@ $ composer require genert/bbcode
1717
```
1818

1919
## Usage
20-
The `genert/bbcode` library comes with functionality to convert BBCode to HTML or vice versa.
2120

2221
### `convertFromHtml(string $text)`
23-
Converts BBCode to HTML and returns output as string.
22+
Convert BBCode to HTML and returns parsed text as string.
2423

2524
Example:
2625
```php
@@ -33,7 +32,7 @@ $bbCode->convertFromHtml('[b]Hello word![/b]');
3332
```
3433

3534
### `convertToHtml(string $text, [$caseSensitive])`
36-
Converts HTML to BBCode and returns output as string.
35+
Convert HTML to BBCode and returns parsed text as string.
3736

3837
Example:
3938
```php

0 commit comments

Comments
 (0)