Skip to content

Commit d8ac292

Browse files
authored
Merge pull request #80 from akumbhani66/master
improved README.
2 parents 4746eb4 + 413b066 commit d8ac292

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ A PHP library for converting HTML to formatted plain text.
44

55
[![Build Status](https://travis-ci.org/mtibben/html2text.png?branch=master)](https://travis-ci.org/mtibben/html2text)
66

7+
## Installing
8+
9+
```
10+
composer require html2text/html2text
11+
```
12+
713
## Basic Usage
814
```php
915
$html = new \Html2Text\Html2Text('Hello, &quot;<b>world</b>&quot;');

0 commit comments

Comments
 (0)