README.md in locationator-0.1.0 vs README.md in locationator-0.1.1
- old
+ new
@@ -41,9 +41,13 @@
Return the properly formatted version of an address
$ Locationator.format("800 W. Huron St Chicago, IL")
=> "800 West Huron Street, Chicago, IL 60642, USA"
+## TODOs
+1. Find a better way of locating the postal code in Google Maps' JSON response.
+2. Find a better way of validating the array generated by the lat_lng method.
+
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)