Browse Source

Move link to docs under it's own heading (#5720)

dev
Brian Douglas 8 years ago
committed by Evan You
parent
commit
05195b8625
  1. 6
      README.md

6
README.md

@ -88,7 +88,11 @@ Vue.js is a library for building interactive web interfaces. It provides data-re
- [Flexible transition effect system](https://vuejs.org/guide/transitions.html)
- Fast without the need for complex optimization
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](https://vuejs.org).
Note that Vue.js only supports [ES5-compliant browsers](http://kangax.github.io/compat-table/es5/) (IE8 and below are not supported).
## Documentation
To check out live examples and docs, visit [vuejs.org](https://vuejs.org).
## Questions

Loading…
Cancel
Save