Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
charpeni authored Nov 25, 2019
1 parent 64f50a8 commit 2969267
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 @@ -74,7 +74,7 @@ Then, the polyfill can be used in multiple ways. Pick your preferred option.

Locate your JavaScript entry-point file, commonly called `index.js` at the root of your React Native project.

Then, import `react-native-url-polyfill` at the top of your entry-point file, the polyfill will be automatically applied.
Then, import `react-native-url-polyfill/auto` at the top of your entry-point file, the polyfill will be automatically applied.

```javascript
import 'react-native-url-polyfill/auto`;
Expand Down

0 comments on commit 2969267

Please sign in to comment.