summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Golden <[email protected]>2015-07-29 16:48:03 -0700
committerBarry Golden <[email protected]>2015-07-29 16:48:03 -0700
commitd3abcb10a801986a2956d6bbdfeb652bda1d9a74 (patch)
tree762e0f73d477dd99f8009089bd731447ee48e8d3
parent5d61a4a79a1e96dc5d9af1e5e712c84507307544 (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 08f33988..a1e583e4 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
# 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 Visual Studio 2015 RC, Standalone Windows SDK for Windows 10, and Windows Driver Kit (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 and Windows Driver Kit (WDK) 10.
## Windows 10 driver development
-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.
+Use Visual Studio 2015 and Windows Driver Kit (WDK) 10 to build, test, and deploy your drivers. With Windows 10, the driver development environment is integrated into Visual Studio. To get started, download the driver development kits and tools for Windows 10.
-[Become a Windows Insider](https://insider.windows.com/ "Become a Windows Insider")
+[Download kits and tools for Windows 10](https://msdn.microsoft.com/en-us/windows/hardware/dn913721.aspx "Download kits and tools for Windows 10")
### Windows 10 Driver Kit (WDK)
Take a look at the compilation of the new and changed driver-related content for Windows 10. Areas of improvement include camera, print, display, Near Field Communication (NFC), WLAN, Bluetooth, and more.
@@ -12,7 +12,7 @@ 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 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.
+Write one driver that runs on both Windows 10 for desktop editions and Windows 10 Mobile devices, as well as other Windows 10 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")