diff --git a/README.md b/README.md index 74c50690a..03ae8af5a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/assets/mercury-basic-usage.gif b/assets/mercury-basic-usage.gif new file mode 100644 index 000000000..cd4bc3cda Binary files /dev/null and b/assets/mercury-basic-usage.gif differ