aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--content/transaction_docs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/transaction_docs.md b/content/transaction_docs.md
index a4617a6..c521afd 100644
--- a/content/transaction_docs.md
+++ b/content/transaction_docs.md
@@ -30,7 +30,7 @@ Since there are many ways to convert an object to JSON, we enforce the following
30- All keys and string values must be enclosed with quotation marks (`"`). 30- All keys and string values must be enclosed with quotation marks (`"`).
31 31
32Here's an example demostrating how your JSON string should look like: 32Here's an example demostrating how your JSON string should look like:
33``` 33```json
34{"source":"bar","target":"baz","amount":2,"timestamp":"2021-04-18T21:49:00"} 34{"source":"bar","target":"baz","amount":2,"timestamp":"2021-04-18T21:49:00"}
35``` 35```
36 36