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