Skip to content

Commit

Permalink
Merge pull request #25 from andy-vdg/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
mlaitinen authored Jan 5, 2024
2 parents bfb633e + c9e2d65 commit 7a7bb39
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ python3 setup.py install

## Configuration options

| Option | Description |
|---------------|------------------------------------------------------------------------------------------------------------------------------------------------|
| `account` | Define the account of this bank statement |
| `currency` | The base currency of the account |
| `date_format` | The date format in the bank statement. Note that you have to use double `%`-marks in the settings file like this: `date_format = %%b %%d, %%Y` |
| Option | Description |
|---------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------|
| `account` | Define the account of this bank statement |
| `currency` | The base currency of the account |
| `date_format` | The date format in the bank statement. Note that you have to use double `%`-marks in the settings file like this: `date_format = %%Y-%%m-%%d %%H:%%M:%%S` |

0 comments on commit 7a7bb39

Please sign in to comment.