Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissiedunham committed Sep 17, 2015
1 parent c67e4ea commit 7c6885f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,12 @@ GithubToTrello.new(
2. A public key and token giving access to that trello account
- `PUBLIC_KEY` - Log into trello and visit https://trello.com/app-key
- `TOKEN` - Go to
https://trello.com/1/connect?key=...&name=MyApp&response_type=token&scope=read,write
(substituting the public key for ... a unique name for MyApp)
https://trello.com/1/connect?key=<...>&name=MyApp&response_type=token&scope=read,write
(substituting your public key for <...> and replacing 'MyApp' with a unique name)

## Features
- Creates a list for specified repo (if a list for that repo is not already present)
- Creates a list for "Claimed" cards that are being worked on, and a
"Done" list for recently completed issues
- Adds or updates cards for all open issues or PRs in that repo
- Creates a list for specified repo
- Adds cards for all open issues or PRs in that repo

Sites used for reference
- http://www.sitepoint.com/customizing-trello-ruby/
Expand Down

1 comment on commit 7c6885f

@raymondberg
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, I missed the #features section. 😭

Please sign in to comment.