From 1788e6bbe8256e51ed6607763c9881778d03ebfa Mon Sep 17 00:00:00 2001 From: dfinke Date: Wed, 1 Jun 2016 17:22:10 -0400 Subject: [PATCH] updated --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3aba74d..1eec673 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,9 @@ iex (new-object System.Net.WebClient).DownloadString('https://raw.github.com/dfi #### 6/01/2016 * Added -UseDefaultCredentials to both `Import-Html` and `Get-HtmlTable` -* New functions, `Import-USPS` and `Import-UPS` +* New functions, `Import-UPS` and `Import-USPS`. Pass in a valid tracking # and it scrapes the page for the delivery details + +![](https://raw.githubusercontent.com/dfinke/ImportExcel/master/images/Tracking.gif) #### 4/30/2016 Huge thank you to [Willie Möller](https://github.com/W1M0R) @@ -40,7 +42,6 @@ Huge thank you to [Willie Möller](https://github.com/W1M0R) * He added a version check so the PowerShell Classes don't cause issues for downlevel version of PowerShell * He also contributed the first Pester tests for the module. Super! Check them out, they'll be the way tests will be implemented going forward - #### 4/18/2016 Thanks to [Paul Williams](https://github.com/pauldalewilliams) for this feature. Now data can be transposed to columns for better charting.