summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCharles Merriam <charles.merriam@gmail.com>2014-03-27 17:53:44 -0700
committerCharles Merriam <charles.merriam@gmail.com>2014-03-27 17:53:44 -0700
commit71535a4c07ed1158d97ad73d296f01a619102fcc (patch)
treeb7bee83866f4a802b7fe25ed9aa65472ab7f105b /README.md
parent5e51b98f8bf8f1a56221834e09722455320e16e5 (diff)
downloadfork-ledger-71535a4c07ed1158d97ad73d296f01a619102fcc.tar.gz
fork-ledger-71535a4c07ed1158d97ad73d296f01a619102fcc.tar.bz2
fork-ledger-71535a4c07ed1158d97ad73d296f01a619102fcc.zip
Small typos..
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index 5f861c00..89506c5b 100644
--- a/README.md
+++ b/README.md
@@ -5,12 +5,13 @@ UNIX command-line. This may put off some users, since there is no flashy UI,
but for those who want unparalleled reporting access to their data there are
few alternatives.
-Ledger uses text files for input. It reads the files and generates reports.
-There is no other database or storing state. To use Ledger, you create a
+Ledger uses text files for input. It reads the files and generates reports;
+there is no other database or stored state. To use Ledger, you create a
file of your account names and transactions, run from the command line with
-command lines options to specify a report, and get output. The output is
-generally plain text, though one generate a graph or html instead. Ledger
-is simple in concept, surprisingly rich in ability, and easy to use.
+some options to specify input and requested reports, and get output.
+The output is generally plain text, though you could generate a graph or
+html instead. Ledger is simple in concept, surprisingly rich in ability,
+and easy to use.
## For the Impatient