README.mkd in open311-0.0.0 vs README.mkd in open311-0.0.1

- old
+ new

@@ -1,10 +1,10 @@ Open311 ======= A Ruby wrapper for the Open311 API v2. -Does your project or company use this gem? +Does your project or organization use this gem? ------------------------------------------ Add it to the [apps](http://github.com/cfalabs/open311/wiki/apps) wiki! Installation ------------ @@ -18,11 +18,11 @@ -------------- require 'open311' # Certain methods require an API key Open311.configure do |config| - config.api_key = YOUR_API_KEY config.endpoint = 'https://open311.sfgov.org/' + config.format = 'xml' config.jurisdiction = 'sfgov.org' end # Provide a list of acceptable 311 service request types and their associated service codes Open311.service_list