From 88458c0d7db951442a34434d48c20ce6a4dba6fe Mon Sep 17 00:00:00 2001 From: Eugene Wang <8755753+soukoku@users.noreply.github.com> Date: Mon, 10 Apr 2023 18:45:09 -0400 Subject: [PATCH] Fixed broken link and typo. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9694fa6..c83fd01 100644 --- a/README.md +++ b/README.md @@ -30,14 +30,14 @@ As with previous versions, only Windows has been tested on and thus supported really. Other changes include * All TWAIN data types are now struct instead of class (and they come -from [twaincs](https://github.com/twain/twain-cs for correctness). It may have -been easier to implement them as class when starting out this lib, but +from [twaincs](https://github.com/twain/twain-cs) for correctness. It may have +been easier to implement them as classes when starting out this lib, but it's not really ideal anymore. The change also makes them match the twain.h -names for easier use with the spec pdf. +names and the spec pdf. -* Caps no longer have their own wrapper properties for each type. This makes calling -custom caps easier but you will have to consult the docs on what -containers and values should be. +* Caps no longer have their own wrapper properties for each type, though common +helpers are provided. This makes calling custom caps possible but you will have to +consult the docs on what containers and values they should be. * All lower-level TWAIN APIs are public instead of hidden away.