Skip to content

Commit 7896412

Browse files
committed
doc: edit readme
1 parent cd8e299 commit 7896412

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,16 @@
1313

1414
## Getting Started
1515

16-
Read our [Getting Started Guide](https://github.com/react-native-community/react-native-webview) on React Native WebView page to configure the webview component.
16+
Firstly, read the [Getting Started Guide](https://github.com/react-native-community/react-native-webview) on React Native WebView page to configure the webview component.
17+
18+
Then
19+
```bash
20+
$ npm install --save react-native-progress-webview
21+
```
1722

1823
## Usage
1924

20-
Import the `WebView` component from `react-native-webview` and use it like so:
25+
Import the `ProgressWebView` component from `react-native-progress-webview` and use it like so:
2126

2227
```jsx
2328
import React, { Component } from 'react';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-progress-webview",
3-
"version": "1.0.1",
3+
"version": "1.0.3",
44
"description": "React Native Progress WebView is a wrapper of React Native WebView to provide the loading status.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)