summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Wilson <[email protected]>2015-05-15 09:43:43 -0700
committerDave Wilson <[email protected]>2015-05-15 09:43:43 -0700
commit3528ffbb369fa0611aefd14c97bdd6ac5ee50c41 (patch)
tree0daa729708e18413f626baabe46247d9ee429c12
parent0b386da6a129d0521fa2d425c57fdfc176c445d1 (diff)
parente3efb11cc5454d3a4845b0d98d3f75a1c56abc3a (diff)
Merge branch 'master' of https://github.com/microsoft/windows-driver-samples
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 0866bc45..08f33988 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
# Driver samples for Windows 10
-These are the official Microsoft Windows Driver Kit (WDK) team driver code samples for Windows 10. They provide a foundation for Universal Windows Driver support of all hardware form factors, from phones to desktop PCs. Use these samples with Microsoft Visual Studio 2015 RC, Windows SDK for Windows 10, and WDK 10.
+These are the official Microsoft Windows Driver Kit (WDK) team driver code samples for Windows 10. They provide a foundation for Universal Windows driver support of all hardware form factors, from phones to desktop PCs. Use these samples with Visual Studio 2015 RC, Standalone Windows SDK for Windows 10, and Windows Driver Kit (WDK) 10.
## Windows 10 driver development
-Use Visual Studio 2015 CTP 6 and the the Windows 10 Driver Kit (WDK) to build, test, and deploy your drivers. With Windows 10, the driver development environment is integrated into Visual Studio. To get Windows 10 Insider Preview and the driver development kits and tools, join the Windows Insider Program.
+Use Visual Studio 2015 RC and the the Windows Driver Kit (WDK) 10 to build, test, and deploy your drivers. With Windows 10 Insider Preview, the driver development environment is integrated into Visual Studio. To get Windows 10 Insider Preview and the driver development kits and tools, join the Windows Insider Program.
[Become a Windows Insider](https://insider.windows.com/ "Become a Windows Insider")
@@ -11,8 +11,8 @@ Take a look at the compilation of the new and changed driver-related content for
[Find out what’s new in the WDK](http://go.microsoft.com/fwlink/?LinkId=528349 "Find out what’s new in the WDK")
-### Universal Windows Drivers
-Write one driver that runs on both Windows 10 for desktop editions and Windows 10 for mobile devices, as well as other Windows 10 editions that share a common set of interfaces.
+### Universal Windows drivers
+Write one driver that runs on both Windows 10 Insider Preview for desktop editions and Windows 10 Mobile Insider Preview devices, as well as other Windows 10 Insider Preview editions that share a common set of interfaces.
[Getting Started with Universal Windows drivers](http://go.microsoft.com/fwlink/p/?LinkId=524488 "Getting Started with Universal Windows drivers")