Skip to content

Commit 5eb9357

Browse files
authored
Fix typo in README.md
Oops.
1 parent 7179485 commit 5eb9357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# striptags [![Build Status](https://travis-ci.org/ericnorris/striptags.svg)](https://travis-ci.org/ericnorris/striptags)
22
An implementation of PHP's [strip_tags](http://www.php.net/manual/en/function.strip-tags.php) in Node.js.
33

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

0 commit comments

Comments
 (0)