Readme.md in usps-imis-api-0.2.0 vs Readme.md in usps-imis-api-0.2.1

- old
+ new

@@ -11,11 +11,11 @@ ``` or add this line to your Gemfile: ```ruby -gem 'usps-imis-api', '>= 0.1.1' +gem 'usps-imis-api', '>= 0.2.0' ``` ## Setup Include the library, and set the configuration: @@ -175,9 +175,11 @@ put('ABC_ASC_Individual_Demog', { 'TotMMS' => 15 }) mapper.update(mm: 15) update(mm: 15) + + panels.vsc.get(1417) end ``` ## Exception Handling