From 7191969e9c5711cefba971d6d04b2c90b11b1375 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Sun, 14 Jan 2018 21:43:25 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7acfbf55e..b514826d6 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,15 @@ Get it on Google Play -The bitwarden mobile application is written in C# with Xamarin Android, Xamarin iOS, and Xamarin Forms. +The bitwarden mobile application is written in C# with Xamarin Android, Xamarin iOS, UWP, and Xamarin Forms. - + # Build/Run **Requirements** -- [Visual Studio w/ Xamarin -or- Xamarin Studio](https://store.xamarin.com/) +- [Visual Studio](https://store.xamarin.com/) By default the app is targeting the production API. If you are running the [Core](https://github.com/bitwarden/core) API locally, you'll need to switch the app to target your local instance. Open `src/App/Utilities/ApiHttpClient.cs` and `src/App/Utilities/IdentityHttpClient.cs` and set the `BaseAddress` to your local