README.rdoc in trackerific-0.3.3 vs README.rdoc in trackerific-0.3.4
- old
+ new
@@ -56,11 +56,11 @@
tracking_service "183689015000001" # => Trackerific::FedEx
tracking_service "1Z12345E0291980793" # => Trackerific::UPS
tracking_service "EJ958083578US" # => Trackerific::USPS
tracking_service "unknown package id" # => nil
-=== Exception handling:
+=== Exception handling
Exception handling is esssential for tracking packages. If, for example,
you enter the wrong number, or the tracking provider has yet to have added the
tracking number to their system, a Trackerific::Error will be raised. Here's an
example on how to handle Trackerific::Errors:
@@ -70,10 +70,10 @@
rescue Trackerific::Error => e
puts e.message
end
== Contributing to trackerific
-
+
* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
* Fork the project
* Start a feature/bugfix branch
* Commit and push until you are happy with your contribution