README.rdoc in canada_post-0.1.1 vs README.rdoc in canada_post-0.1.2
- old
+ new
@@ -28,11 +28,11 @@
*Note*: city and provOrState are optional. Only Postal Code and country is required.
customer = {
:city => 'Brampton',
- :provOrState => 'Ontario,
+ :provOrState => 'Ontario',
:country => 'CA',
:postalCode => 'L1JK9'
}
cPost.setCustomer customer
@@ -54,6 +54,6 @@
== License
The gem is based on {CanadaPost PHP class}[http://github.com/itsalif/CanadaPost].
-The script has been released under MIT License.
\ No newline at end of file
+The script has been released under MIT License.