Skip to content

Commit

Permalink
Change require statement to spell it as json, not JSON.
Browse files Browse the repository at this point in the history
  • Loading branch information
amonat committed Feb 23, 2012
1 parent 9a79c5d commit f8f420f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion map.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'sinatra'
require 'rest_client'
require 'JSON'
require 'json'

helpers do
def xmlDoc(url)
Expand Down

0 comments on commit f8f420f

Please sign in to comment.