docs: add usage gif (#308)

pull/314/head
Adam Pash 5 years ago committed by GitHub
parent 9714cb70c5
commit ffb25f34d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -37,7 +37,6 @@ Mercury.parse(url).then(result => console.log(result));
// NOTE: When used in the browser, you can omit the URL argument
// and simply run `Mercury.parse()` to parse the current page.
```
The result looks like this:
@ -66,6 +65,8 @@ If Mercury is unable to find a field, that field will return `null`.
Mercury Parser also ships with a CLI, meaning you can use the Mercury Parser
from your command line like so:
![Mercury Parser CLI Basic Usage](./assets/mercury-basic-usage.gif)
```bash
# Install Mercury globally
yarn global add @postlight/mercury-parser

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

Loading…
Cancel
Save