diff --git a/README.md b/README.md
index d6290c5..635ba70 100644
--- a/README.md
+++ b/README.md
@@ -117,9 +117,9 @@ The code for views looks the same for both [client](src/Demo/Blazor.FileReader.W
### Version notes
Version 1.6.0.20166
Fixes a [a memory allocation bug](https://github.com/Tewr/BlazorFileReader/issues/124) (before this fix, the browser would allocate the whole file in ram).
-Also, introduces a new collection property on File
for non-standard properties
+Also, introduces a new collection property on File
for non-standard properties (thanks to [@DouglasDwyer](https://github.com/DouglasDwyer/) for idea and implementation)
-Version 1.5.0.20109
Fixes a [a minor bug](https://github.com/Tewr/BlazorFileReader/issues/124) in drag and drop (before this fix, could not drop on child elements)
+Version 1.5.0.20109
Fixes a [a minor bug](https://github.com/Tewr/BlazorFileReader/issues/124) in drag and drop (before this fix, could not drop on child elements)
Version 1.5.0.20093
reverts a dependency to latest stable version of Microsoft.AspNetCore.Components (5.0.0-preview.1.20124.5 -> 3.1.3)