Browse Source

update docs

main
petehunt 11 years ago
parent
commit
f6f2485e1d
  1. 3
      docs/common-questions.md

3
docs/common-questions.md

@ -12,7 +12,8 @@ React supports the latest two Chrome, Firefox, Safari, and Internet Explorer ver
### How do I get React to support Internet Explorer 8?
React requires ES5 JavaScript shims to run in Internet Explorer 8. Include the [ES5 Shims](https://github.com/kriskowal/es5-shim) to implement these shims.
React requires ES5 JavaScript shims to run in Internet Explorer 8. Include the [ES5 Shims and shams](https://github.com/kriskowal/es5-shim)
and [console-polyfill)(https://github.com/paulmillr/console-polyfill/) to implement these shims.
### Who uses React?

Loading…
Cancel
Save