From 73c55fdc2e3d407ee39521ff4a1b2ea6791f134e Mon Sep 17 00:00:00 2001 From: Barry Golden Date: Fri, 12 Aug 2022 09:33:34 -0700 Subject: Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5c81b7a5..2e55d980 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,10 @@ The Windows Driver Frameworks (WDF) are a set of libraries that make it simple t Use the samples in this repo to guide your Windows driver development. Whether you're just getting started or porting an older driver to the newest version of Windows, code samples are valuable guides on how to write drivers. +For information about important changes that need to be made to the WDK sample drivers before releasing device drivers based on the sample code, see the following topic: + +[From Sample Code to Production Driver - What to Change in the Samples](https://docs.microsoft.com/en-us/windows-hardware/drivers/gettingstarted/from-sample-code-to-production-driver) + ### Build your first driver If you're writing your first driver, use these exercises to get started. Each exercise is independent of the others, so you can do them in any order. -- cgit v1.3.1