From 350c2cb30c4693dde2feded802b2f4fe481bf0c1 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Sun, 4 Aug 2013 16:47:31 -0400 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ba37a1..18bb511 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Gnucash -TODO: Write a gem description +Ruby library for extracting data from GnuCash data files ## Installation @@ -18,7 +18,7 @@ Or install it yourself as: ## Usage -TODO: Write usage instructions here + book = Gnucash.open("MyBook.gnucash") ## Contributing