From be9f840537691bc5c35054b666cf754101a9dbda Mon Sep 17 00:00:00 2001 From: Eric Rozell Date: Thu, 10 Nov 2016 12:27:26 -0800 Subject: [PATCH] Update README.md --- README.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/README.md b/README.md index dffa90df..ef8102f9 100644 --- a/README.md +++ b/README.md @@ -94,22 +94,11 @@ Add the `ReactNativeVideo` project to your solution. **windows/myapp/myapp.csproj** -Add a reference to `ReactNativeVideo` to your main application project. - -Using Visual Studio 2015: +Add a reference to `ReactNativeVideo` to your main application project. From Visual Studio 2015: 1. Right-click main application project > Add > Reference... 2. Check `ReactNativeVideo` from Solution Projects. -Manually from `windows/myapp/myapp.csproj`, add: - -```xml - - {e8f5f57f-757e-4237-ad23-f7a8755427cd} - ReactNativeVideo - -``` - **MainPage.cs** Add the `ReactVideoPackage` class to your list of exported packages.