Skip to content

Commit e848bd1

Browse files
authored
Merge pull request #2 from aachauhan2009/master
fixed typo in readme file
2 parents fbce9d2 + f67810c commit e848bd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Import the `ProgressWebView` component from `react-native-progress-webview` and
2727
```jsx
2828
import React, { Component } from 'react';
2929
import { StyleSheet, Text, View } from 'react-native';
30-
import ProgressWebView from "react-native-progess-webview";
30+
import ProgressWebView from "react-native-progress-webview";
3131

3232
// ...
3333
class App extends Component {

0 commit comments

Comments
 (0)