Skip to content

Commit

Permalink
Fix typo in README.md
Browse files Browse the repository at this point in the history
Oops.
  • Loading branch information
ericnorris authored Mar 12, 2017
1 parent 7179485 commit 5eb9357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# striptags [![Build Status](https://travis-ci.org/ericnorris/striptags.svg)](https://travis-ci.org/ericnorris/striptags)
An implementation of PHP's [strip_tags](http://www.php.net/manual/en/function.strip-tags.php) in Node.js.

**Note:** `v3+` targets ES6, and is therefore incompatible with the maaster branch of `uglifyjs`. You can either:
**Note:** `v3+` targets ES6, and is therefore incompatible with the master branch of `uglifyjs`. You can either:
- use `babili`, which supports ES6
- use the `harmony` branch of `uglifyjs`
- stick with the [2.x.x](https://github.com/ericnorris/striptags/tree/v2.x.x) branch
Expand Down

0 comments on commit 5eb9357

Please sign in to comment.