From 8960cb13c0508accde90e222f4b2a3a04b099565 Mon Sep 17 00:00:00 2001 From: Patrick Farley Date: Thu, 23 Mar 2017 12:36:19 -0700 Subject: [PATCH] add updated Windows references in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4ba6001..ad88acf 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Currently, Project Rome is implemented for the following scenarios: * Windows client to Windows host * Android client to Windows host +The first scenario, dealing only with the Universal Windows platform, is documented in [how-to content](https://msdn.microsoft.com/windows/uwp/launch-resume/connected-apps-and-devices) and [API reference documentation](https://msdn.microsoft.com/library/windows/apps/windows.system.remotesystems.aspx) on the Windows Dev Center. See these resources for more detailed information about the Project Rome feature in general. Any scenarios involving non-Windows platforms are documented in this repository. You will also find end-to-end sample app(s) for Windows here. + ## Privacy See [Microsoft's privacy statement](https://privacy.microsoft.com/en-us/privacystatement/) for more information.