Skip to content

Commit

Permalink
Remove redundant section of readme
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-schofield committed Jun 28, 2018
1 parent 944c1d9 commit f350c3d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ ruby monzo-export.rb csv --access_token=$MONZO --since=2016-10-10 --folder=/path
ruby monzo-export.rb qif --access_token=$MONZO --since=2016-10-10 --folder=/path/to/folder
```

#### Quick Start Current Account

```
MONZO=token from https://developers.monzo.com/
ruby monzo-export.rb qif --access_token=$MONZO --since=2016-10-10 --folder=/path/to/folder --current_account
```

### OAuth Configuration

This allows you to use a token from a client you set up on `https://developers.monzo.com/` and then omit the `--access_token` argument.
Expand Down

0 comments on commit f350c3d

Please sign in to comment.