summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Golden <[email protected]>2015-05-01 10:40:54 -0700
committerBarry Golden <[email protected]>2015-05-01 10:40:54 -0700
commit3108eacc1d03fae882de1861d90f1857e5e77885 (patch)
tree40b638855f4eab5ab0801749b84ad728adbd6a51
parent1fbea08887e10e087c3f6bb0be8968e29e20cc84 (diff)
Update README.md
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 0866bc45..2c482fcc 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 Community 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 Community 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")