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