;web: tweak JSON PUT doc

This commit is contained in:
Simon Michael 2020-05-21 10:05:57 -07:00
parent 0cf5e010de
commit 39ab2a6b2b

View File

@ -226,7 +226,7 @@ or export it using hledger-lib's `writeJsonFile` helper (there's also `readJsonF
```shell
$ make ghci-web
>>> import Hledger
>>> writeJsonFile "txn.json" (head $ jtxns samplejournal) -- export samplejournal's first transaction
>>> writeJsonFile "txn.json" (head $ jtxns samplejournal) -- export samplejournal's first txn
>>> :q
```