We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e033835 commit b3fa18bCopy full SHA for b3fa18b
1 file changed
README.md
@@ -33,7 +33,7 @@ npm install @postlight/mercury-parser
33
```javascript
34
import Mercury from '@postlight/mercury-parser';
35
36
-Mercury.parse(url).then(result => console.log(result););
+Mercury.parse(url).then(result => console.log(result));
37
38
// NOTE: When used in the browser, you can omit the URL argument
39
// and simply run `Mercury.parse()` to parse the current page.
0 commit comments