Skip to content

Commit eb19477

Browse files
author
Thomas Kekeisen
committed
Update README.md
Fixed a small typo.
1 parent 5830305 commit eb19477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ register an app with BitBucket.
147147
```ruby
148148
BitBucket.configure do |config|
149149
config.oauth_token = YOUR_OAUTH_REQUEST_TOKEN # Different for each user
150-
config.oauth_secret = YOUR_OAUTH_REQUEST_TOKEN_SECRET # Differenct for each user
150+
config.oauth_secret = YOUR_OAUTH_REQUEST_TOKEN_SECRET # Different for each user
151151
config.client_id = YOUR_OAUTH_CONSUMER_TOKEN
152152
config.client_secret = YOUR_OAUTH_CONSUMER_TOKEN_SECRET
153153
config.basic_auth = 'login:password'

0 commit comments

Comments
 (0)