Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
There was a simple typo.
  • Loading branch information
anilanar committed Feb 22, 2017
1 parent 47f8ae9 commit e9d8693
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 @@ -135,7 +135,7 @@ grant.authorizationUri()

// Start the authorization process
grant.grantNewAccessToken()
.subscrive(token -> Log.d("Heimdall", "New token: " + token))
.subscribe(token -> Log.d("Heimdall", "New token: " + token))

```

Expand Down

0 comments on commit e9d8693

Please sign in to comment.