docs: update mercury parser installation (#228)

* docs: update mercury parser installation

* docs: fix import for example source code
pull/227/head^2
Ralph Jbeily 5 years ago committed by George Haddad
parent 1c7ae48de0
commit 9756e6ee67

@ -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););
```

Loading…
Cancel
Save