Skip to content

Commit 79e1ea7

Browse files
committed
README: Tweak description
1 parent b3e7541 commit 79e1ea7

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,6 +1,6 @@
11
# ES6 `String.prototype.codePointAt` polyfill [![Build status](https://travis-ci.org/mathiasbynens/String.prototype.codePointAt.png?branch=master)](https://travis-ci.org/mathiasbynens/String.prototype.codePointAt)
22

3-
A robust & optimized polyfill for [the `String.prototype.codePointAt` method in ECMAScript 6](http://people.mozilla.org/~jorendorff/es6-draft.html#sec-21.1.3.3).
3+
A robust & optimized ES3-compatible polyfill for [the `String.prototype.codePointAt` method in ECMAScript 6](http://people.mozilla.org/~jorendorff/es6-draft.html#sec-21.1.3.3).
44

55
Other polyfills for `String.prototype.codePointAt` are available:
66

0 commit comments

Comments
 (0)