Skip to content

Commit

Permalink
fixed incorrect constant name in README
Browse files Browse the repository at this point in the history
  • Loading branch information
stevegraham committed Jul 20, 2011
1 parent 0ae6435 commit a67e90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Server example (sinatra)
end

post '/api/thing' do
request = Authentication::Request.new('POST', env["REQUEST_PATH"], params)
request = Signature::Request.new('POST', env["REQUEST_PATH"], params)
# This will raise a Signature::AuthenticationError if request does not authenticate
token = request.authenticate do |key|
Signature::Token.new(key, lookup_secret(key))
Expand Down

0 comments on commit a67e90c

Please sign in to comment.