Skip to content

Commit

Permalink
example format
Browse files Browse the repository at this point in the history
  • Loading branch information
cwtuan committed Dec 12, 2017
1 parent cd45322 commit 9b6e2ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ For browser rendering, the common locale data such as date, currency, and number

For server-side rendering, they should be added in your application as shown in the [example](https://github.com/alibaba/react-intl-universal/blob/master/examples/node-js-example/src/App.js#L11-L16).

```
```js
// For Node.js
import IntlPolyfill from "intl";
global.Intl = IntlPolyfill;
Expand Down

0 comments on commit 9b6e2ea

Please sign in to comment.