Skip to content

Commit 8f4c767

Browse files
committed
Minor README tweak
1 parent 04ed1c7 commit 8f4c767

File tree

3 files changed

+5
-94
lines changed

3 files changed

+5
-94
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ lib/android/src/main/gen
3636
node_modules/
3737
npm-debug.log
3838
yarn-error.log
39+
package-lock.json
40+
yarn.lock
3941

4042
# Rubygem bundles
4143
#

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@
1010

1111
## Installation
1212

13+
*Note: this is currently a work-in-progress and not yet published to NPM.*
14+
1315
```
14-
$ npm install --save react-native-webview
16+
$ npm install --save https://github.com/react-native-community/react-native-webview
1517
$ react-native link react-native-webview
1618
```
1719

yarn.lock

Lines changed: 0 additions & 93 deletions
This file was deleted.

0 commit comments

Comments
 (0)