Skip to content

Commit 4b6890a

Browse files
committed
Update readme
1 parent 68fe0a3 commit 4b6890a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ Provides real-time previewing of Xamarin.Forms XAML source in Visual Studio, by
44

55
The extension provides a new `View | Other Windows | Xamarin Forms Player` command, that opens a Tool Window. The session ID shown in this window should be entered in the running Xamarin Forms Player mobile app, and that will connect both. This means that you can preview the XAML in more than one device at the same time.
66

7-
![Visual Studio ToolWindow](https://raw.githubusercontent.com/MobileEssentials/FormsPlayer/master/src/FormsPlayer.Vsix/Resources/screen1.png)
7+
![Visual Studio ToolWindow](https://raw.githubusercontent.com/MobileEssentials/FormsPlayer/master/src/FormsPlayer.Vsix/Resources/screen-1.png)
88

99
To get the Xamarin.Forms.Player app on the device, either build it yourself [from source](https://github.com/MobileEssentials/FormsPlayer) or create a new Xamarin.Forms app with whatever references you need to custom controls, control libraries, etc., and install the Xamarin.Forms.Player nuget package in it. Then replace the `new App()` instantiation with `new Xamarin.Forms.Player.App()` instead. That will bring in the player UI and enable all the rendering functionality automatically.
1010

11-
![Player on iOS](https://raw.githubusercontent.com/MobileEssentials/FormsPlayer/master/src/FormsPlayer.Vsix/Resources/screen2.png)
11+
![Player on iOS](https://raw.githubusercontent.com/MobileEssentials/FormsPlayer/master/src/FormsPlayer.Vsix/Resources/screen-2.png)
1212

13-
![Player on Android](https://raw.githubusercontent.com/MobileEssentials/FormsPlayer/master/src/FormsPlayer.Vsix/Resources/screen3.png)
13+
![Player on Android](https://raw.githubusercontent.com/MobileEssentials/FormsPlayer/master/src/FormsPlayer.Vsix/Resources/screen-3.png)
1414

1515
For Android, you can also grab a pre-built APK directly from the [Releases](https://github.com/MobileEssentials/FormsPlayer/releases) page. The Visual Studio extension should match the version of the application.

0 commit comments

Comments
 (0)