Просмотр исходного кода

add link to es5 support in readme

Evan You 11 лет назад
Родитель
Сommit
331044024c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      README.md

+ 1 - 1
README.md

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