From 510f08cadc69adc41d1b8da8f1ba44ed5bd9e91f Mon Sep 17 00:00:00 2001 From: Benjy Cui Date: Tue, 29 Nov 2016 11:34:38 +0800 Subject: [PATCH] docs: update environment support section --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1624f2e376..f6cd59ebc0 100644 --- a/README.md +++ b/README.md @@ -75,11 +75,12 @@ import 'antd/dist/antd.css'; // or 'antd/dist/antd.less' ``` -## Browser Support +## Environment Support -Normal browsers and Internet Explorer 9+. - -> [IE8 issues](https://github.com/xcatliu/react-ie8) +* Browser: Modern browsers and Internet Explorer 9+. + > [IE8 issues](https://github.com/xcatliu/react-ie8) +* Server-side Rendering +* [Electron](http://electron.atom.io/) ## TypeScript