From 2428c7cdcc4a08ba33d1c2952d0787197ff81569 Mon Sep 17 00:00:00 2001
From: Michael DM Dryden <mdryden@chem.utoronto.ca>
Date: Mon, 12 Jun 2017 22:20:05 -0400
Subject: [PATCH] Update README.markdown

---
 README.markdown | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.markdown b/README.markdown
index a95f19b..6178d3d 100644
--- a/README.markdown
+++ b/README.markdown
@@ -155,6 +155,8 @@ Once connected, you can test communications using a terminal emulator (following
     #INFO: 30k
 ````
 ## Windows
+*It seems that Windows 10 no longer requires the steps below and will automagically install a suitable driver.*
+
 Unlike Mac and Linux, Windows does not automatically load its USB CDC driver and needs a wrapper driver installed.
 The process is similar to installing [Arduino drivers](http://www.arduino.cc/en/guide/windows#toc4), but using the driver file included in the `drivers` directory of `dstat-interface`.
 Unfortunately, if you are running Windows 8 or above, this requires disabling driver signing enforcement (thank Microsoft), but actually installing Arduino should install suitable drivers.
-- 
GitLab