Skip to content

Commit

Permalink
docs: update mercury parser installation (#228)
Browse files Browse the repository at this point in the history
* docs: update mercury parser installation

* docs: fix import for example source code
  • Loading branch information
RalphJbeily authored and george-haddad committed Jan 30, 2019
1 parent 1c7ae48 commit 9756e6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ The Mercury Parser module powers the [Mercury Parser API](https://mercury.postli
### Installation

```bash
yarn add mercury-parser
yarn add @postlight/mercury-parser
```

### Usage

```javascript
import Mercury from 'mercury-parser';
import Mercury from '@postlight/mercury-parser';

Mercury.parse(url).then(result => console.log(result););
```
Expand Down

0 comments on commit 9756e6e

Please sign in to comment.