Skip to content

Commit b3fa18b

Browse files
Madisonkannaadampash
authored andcommitted
docs: delete extra semicolon (#266)
1 parent e033835 commit b3fa18b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ npm install @postlight/mercury-parser
3333
```javascript
3434
import Mercury from '@postlight/mercury-parser';
3535

36-
Mercury.parse(url).then(result => console.log(result););
36+
Mercury.parse(url).then(result => console.log(result));
3737

3838
// NOTE: When used in the browser, you can omit the URL argument
3939
// and simply run `Mercury.parse()` to parse the current page.

0 commit comments

Comments
 (0)