Skip to content

Commit

Permalink
docs: add usage gif (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
adampash authored Mar 5, 2019
1 parent 9714cb7 commit ffb25f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
Binary file added assets/mercury-basic-usage.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ffb25f3

Please sign in to comment.