From b73b9cc01f2cb07ca3bd70f62d1c7f6c50d7da00 Mon Sep 17 00:00:00 2001 From: Chris Howey Date: Fri, 9 Dec 2016 17:00:34 -0600 Subject: [PATCH] small readme change --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index b13720c2..b16fde9c 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,6 @@ This is a project to parse and import transactions in a ledger file similar to the [Ledger](http://ledger-cli.org) command line tool written in C++. -I have been using this tool to track my finances for over a year. I have data -going back over five years. - ## Simple Ledger file support The ledger file this will parse is much simpler than the C++ tool. @@ -30,7 +27,7 @@ Example transaction: Expenses:Dining Out:Fast Food 5.60 Wallet:Cash -A ledger file is assumed to be a list of transactions separated by a new line. +A ledger file is a list of transactions separated by a blank line. ## ledger