summaryrefslogtreecommitdiff
path: root/storage/class
diff options
context:
space:
mode:
authorDave Wilson <[email protected]>2015-04-29 12:00:16 -0700
committerDave Wilson <[email protected]>2015-04-29 12:00:16 -0700
commit1fbea08887e10e087c3f6bb0be8968e29e20cc84 (patch)
treeceece70ec21256772341dc1ef91a199a5d13bc0f /storage/class
parentd40232638faaab19de557e70a3ee938da7a35295 (diff)
terminology changes
Diffstat (limited to 'storage/class')
-rw-r--r--storage/class/classpnp/ReadMe.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/class/classpnp/ReadMe.md b/storage/class/classpnp/ReadMe.md
index 136dbe9d..c3a893ba 100644
--- a/storage/class/classpnp/ReadMe.md
+++ b/storage/class/classpnp/ReadMe.md
@@ -3,8 +3,8 @@ ClassPnP Storage Class Driver Library
This library is the library for all storage drivers. It simplifies writing a storage class driver by implementing 90 percent of the code that you need to support Plug and Play (PnP), power management, and so on. This library is used by disk, CDROM, and the tape class drivers.
-## Universal Compliant
-This sample builds a Windows Universal driver. It uses only APIs and DDIs that are included in Windows Core.
+## Universal Windows Driver Compliant
+This sample builds a Universal Windows Driver. It uses only APIs and DDIs that are included in OneCoreUAP.
Installation and Operation
--------------------------