diff --git a/README.md b/README.md index ad44251..70e74ed 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ iex (new-object System.Net.WebClient).DownloadString('https://raw.github.com/dfi #### 9/28/2016 [Fixed](https://github.com/dfinke/ImportExcel/pull/126) Powershell 3.0 compatibility. Thanks to [headsphere](https://github.com/headsphere). He used `$obj.PSObject.Methods[$target]` snytax to make it backward compatible. PS v4.0 and later allow `$obj.$target`. -Thank you to [xelsirko](https://github.com/xelsirko) for fixing - *Import-module importexcel" gives version warning if started inside background job* +Thank you to [xelsirko](https://github.com/xelsirko) for fixing - *Import-module importexcel gives version warning if started inside background job* #### 8/12/2016 [Fixed](https://github.com/dfinke/ImportExcel/issues/115) reading the headers from cells, moved from using `Text` property to `Value` property.