Skip to content

Commit

Permalink
update README again
Browse files Browse the repository at this point in the history
  • Loading branch information
Bizzaro committed Jul 15, 2022
1 parent ab4fbd0 commit 2a000aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Discrepancy found, bad parse :(
```
This means that there are missing transactions not picked up by the regex because the math of starting balance minus the closing balance is not the net amount.

The transaction regex is 3 parts because a transaction has 3 data points. The item in the regex array is named `txn`.
The transaction regex is 3 parts because a transaction has 3 data points. The item in the regex array is named `txn`.

The regex is inbetween the `"`'s, and this is what you put in the simulators.
```python
Expand Down

0 comments on commit 2a000aa

Please sign in to comment.