Skip to content

Commit

Permalink
add application key
Browse files Browse the repository at this point in the history
  • Loading branch information
doertehasselberg committed Aug 8, 2011
1 parent 4acf71e commit 33dafe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@ NOTE: This is a 3rd party gem and not an official product from Pingdom.

## Usage

client = Pingdom::Client.new :username => u, :password => p
client = Pingdom::Client.new :username => u, :password => p, :key => k
check = client.checks.first #=> #<Pingdom::Check>
check.last_response_time #=> 200 (ms)
check.status #=> :up
Expand Down

0 comments on commit 33dafe0

Please sign in to comment.