We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5830305 + eb19477 commit e0f70ceCopy full SHA for e0f70ce
README.md
@@ -147,7 +147,7 @@ register an app with BitBucket.
147
```ruby
148
BitBucket.configure do |config|
149
config.oauth_token = YOUR_OAUTH_REQUEST_TOKEN # Different for each user
150
- config.oauth_secret = YOUR_OAUTH_REQUEST_TOKEN_SECRET # Differenct for each user
+ config.oauth_secret = YOUR_OAUTH_REQUEST_TOKEN_SECRET # Different for each user
151
config.client_id = YOUR_OAUTH_CONSUMER_TOKEN
152
config.client_secret = YOUR_OAUTH_CONSUMER_TOKEN_SECRET
153
config.basic_auth = 'login:password'
0 commit comments