From 2aaf6f1e412450722838497c2832b98128aa0ade Mon Sep 17 00:00:00 2001
From: Eugene Wang <yinchun.wang@gmail.com>
Date: Tue, 21 Apr 2015 10:17:10 +0000
Subject: [PATCH] README.md edited online with Bitbucket

---
 README.md | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index c70df56..017aedc 100644
--- a/README.md
+++ b/README.md
@@ -158,7 +158,7 @@ Using the new twaindsm.dll
 --------------------------------------
 By default NTwain will use the newer [data source manager](http://sourceforge.net/projects/twain-dsm/files/TWAIN%20DSM%202%20Win/)
 (twaindsm.dll) if available. To override this behavior
-set the PlatformInfo's PreferNewDSM flag to false. This is necessary due to some older sources that do not work with the newer dsm.
+set the PlatformInfo's PreferNewDSM flag to false. This is necessary due to some older sources not working with the newer dsm.
 
 ```
 #!c#
@@ -170,7 +170,6 @@ NTwain.PlatformInfo.Current.PreferNewDSM = false;
 
 
 If the application process is going to be running in 64-bit then this flag will have no effect and you will 
-always need to have the newer dsm installed. 
-
-If the scanner's TWAIN driver is still 32-bit then you'll have need to compile the application exe in x86 or you won't see the driver.
+always need to have the twaindsm installed. 
 
+If the scanner's TWAIN driver is still 32-bit then you'll have need to compile the application exe in x86 or you won't see the driver.
\ No newline at end of file