Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
rossta committed Jan 20, 2013
1 parent 0bd18ca commit cf5be67
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Expand Up @@ -65,9 +65,7 @@ bob.boards

#### Multiple Users

Applications that make requests on behalf of multiple Trello users should
avoid using global configuration. Instead, for each user's access
token/secret pair, instantiate a `Trello::Client`:
Applications that make requests on behalf of multiple Trello users have an alternative to global configuration. For each user's access token/secret pair, instantiate a `Trello::Client`:

```ruby
@client_bob = Trello::Client.new(
Expand Down

0 comments on commit cf5be67

Please sign in to comment.