Skip to content

Commit 3310440

Browse files
committed
add link to es5 support in readme
1 parent 704ab87 commit 3310440

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
@@ -10,7 +10,7 @@ Vue.js is a library for building interactive web interfaces. It provides data-re
1010
- Plain JavaScript objects as reactive models
1111
- Component-oriented development style
1212

13-
Note that Vue.js only supports IE9 or above. To check out live examples and docs, visit [vuejs.org](http://vuejs.org). You can also start with this excellent screencast series on [Laracasts](https://laracasts.com/series/learning-vuejs).
13+
Note that Vue.js only supports [ES5-compliant browsers](http://kangax.github.io/compat-table/es5/) (IE8 and below are not supported). To check out live examples and docs, visit [vuejs.org](http://vuejs.org). You can also start with this excellent screencast series on [Laracasts](https://laracasts.com/series/learning-vuejs).
1414

1515
## Questions
1616

0 commit comments

Comments
 (0)