Skip to content

Commit

Permalink
changes in README for better presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
George Pantazis committed Dec 18, 2017
1 parent 00e5cdf commit ebddae2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,19 @@ Commands:
```

## usage examples
# get full account (credits, account, tax rate)
### get full account (credits, account, tax rate)
```bash
./omnitool account 123456 1234567890
18.97,123456,24.00
```

# get full account (credits, account, tax rate) of stored account (in json config)
### get full account (credits, account, tax rate) of stored account (in json config)
```bash
./omnitool account 123456
18.97,123456,24.00
```

# get just the credits
### get just the credits
```bash
./omnitool account 123456 1234567890 -r credit
18.97
Expand Down

0 comments on commit ebddae2

Please sign in to comment.