From 175a51a160f03a6fb7f17fa81e39b5f75a910431 Mon Sep 17 00:00:00 2001 From: Tomek Date: Thu, 26 Jul 2018 12:23:54 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc2c3bb..e1fa268 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ $ npm install react-intl-native Wrap your main component inside `react-intl`s `IntlProvider` like you would in your web application: ```javascript -import IntlProvider from 'react-intl'; +import { IntlProvider } from 'react-intl'; ``` ```jsx