summaryrefslogtreecommitdiff
path: root/network
diff options
context:
space:
mode:
Diffstat (limited to 'network')
-rw-r--r--network/ndis/netvmini/6x/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/network/ndis/netvmini/6x/README.md b/network/ndis/netvmini/6x/README.md
index 3ad33ac0..ff122de2 100644
--- a/network/ndis/netvmini/6x/README.md
+++ b/network/ndis/netvmini/6x/README.md
@@ -18,6 +18,7 @@ This sample driver demonstrates an NDIS virtual miniport driver. If a single ins
To test the miniport driver, install more than one miniport driver instance. You can repeat the installation to install more than one instance of the miniport.
-**Note** This sample provides an example of minimal driver intended for education purposes. The driver and its sample test programs are not intended for use in a production environment.
+> [!NOTE]
+> This sample provides an example of minimal driver intended for education purposes. The driver and its sample test programs are not intended for use in a production environment.
For more information on creating NDIS Miniport Drivers, see [NDIS Miniport Drivers](https://docs.microsoft.com/windows-hardware/drivers/network/ndis-miniport-drivers).