Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Junho Kyung committed Oct 20, 2011
1 parent 3806b7d commit 17875ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -20,8 +20,8 @@ NPM
, pass: 'auth-key'
, host: 'auth.api.yourcloud.com'
, port: 443
}, function(req) {
if (req.statusCode == 200)
}, function(result, headers) {
if (swift.account && swift.token)
// success
else
// error
Expand Down

0 comments on commit 17875ca

Please sign in to comment.