Skip to content
This repository has been archived by the owner on Jun 8, 2019. It is now read-only.

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ericf committed Oct 2, 2014
1 parent fe0cdd8 commit 9e6db95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -31,7 +31,7 @@ The `dist/` folder contains the version of this package for use in the browser,
```html
<script src="intl-messageformat-parser/dist/parser.min.js"></script>
<script>
IntlMessageFormatParser.prase('...');
IntlMessageFormatParser.parse('...');
</script>
```

Expand Down

0 comments on commit 9e6db95

Please sign in to comment.