summaryrefslogtreecommitdiff
path: root/network
diff options
context:
space:
mode:
authorBarry Golden <[email protected]>2019-09-26 09:04:22 -0700
committerGitHub <[email protected]>2019-09-26 09:04:22 -0700
commitf7eb738097908a1e32ca2a07a605bba0e85ccb95 (patch)
tree9cc298db580c5ae737f6e3f25a09336ce6c99694 /network
parentd2a01860208bcce9f4777d54bec3c59c4c02e969 (diff)
* Update README.md * Update README.md
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).