Skip to content

Commit

Permalink
Merge pull request #80 from akumbhani66/master
Browse files Browse the repository at this point in the history
improved README.
  • Loading branch information
mtibben committed Aug 10, 2018
2 parents 4746eb4 + 413b066 commit d8ac292
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -4,6 +4,12 @@ A PHP library for converting HTML to formatted plain text.

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

## Installing

```
composer require html2text/html2text
```

## Basic Usage
```php
$html = new \Html2Text\Html2Text('Hello, &quot;<b>world</b>&quot;');
Expand Down

0 comments on commit d8ac292

Please sign in to comment.