From a6326f1709bb24c77f083a378a46d204c4ef520a Mon Sep 17 00:00:00 2001 From: JB Paul Date: Thu, 30 Jun 2022 12:04:02 +0900 Subject: [PATCH] fix wrong dependency in readme (#31) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc3b630..329020e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ the Vimeo player JS API (more information https://developer.vimeo.com/player/js- 1. Go through the instructions for installing the `React Native Webview` library: https://github.com/react-native-webview/react-native-webview. -2. Run `npm install react-native-vimeo-iframe` or `yarn add react-native-web-video` within your project. +2. Run `npm install react-native-vimeo-iframe` or `yarn add react-native-vimeo-iframe` within your project. 3. Compile and build to make sure everything is set up properly. ## Usage