The README states:
You can also map to every type with a constructor that accepts a string (like System.Uri).
That's not true, as the code does a check and only classes with a constructor that except a string will be used. If the type is a struct/value type the constructor will not be used. While I'd like this to be changed to match the README and work for value types too, at least update the README please.
Thanks