From 0c24649ac5c13e6f083536328aba4a62853ffec5 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Sat, 4 Nov 2023 00:47:23 +0100 Subject: [PATCH] Fix forgotten Oxford comma --- src/content/blog/2023-11-03-nanoledger.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/blog/2023-11-03-nanoledger.md b/src/content/blog/2023-11-03-nanoledger.md index fec3f1f..324dce3 100644 --- a/src/content/blog/2023-11-03-nanoledger.md +++ b/src/content/blog/2023-11-03-nanoledger.md @@ -15,7 +15,7 @@ I will go over why I made it, some light technical details, and plans I have for Before I get into the app itself, maybe a short introduction of plain text accounting (PTA) is in order. PTA is an ecosystem of programs that all work on the same basic idea. You record financial transactions in a plain text file (with some structure imposed by the tool you're using), and the tool can generate reports about those transactions. -The three main options in this space are [ledger](https://www.ledger-cli.org/), [hledger](https://hledger.org/) and [beancount](https://beancount.github.io/). +The three main options in this space are [ledger](https://www.ledger-cli.org/), [hledger](https://hledger.org/), and [beancount](https://beancount.github.io/). Like all financial tools, the way you use it is tailored to the information you want to get out of it. If you want a general overview on your personal finances, that's possible. If you want to use it to generate invoices for clients, that's possible.