Skip to content

Commit

Permalink
Add missing comma to transaction JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
forevermatt committed Dec 4, 2020
1 parent a4363e4 commit 29fc9b9
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 @@ -51,7 +51,7 @@ A user's list of budget categories:
"*category uuid*": *amount from this category, in cents*,
*...*
},
"note": "*optional textual comment about this transaction*"
"note": "*optional textual comment about this transaction*",
"timestamp": *date/time of transaction, as a JavaScript unix timestamp*,
"who": "*name of payee*"
},
Expand Down

0 comments on commit 29fc9b9

Please sign in to comment.