From 94f504147f34089f075ff4fa1e34457d32a50213 Mon Sep 17 00:00:00 2001 From: Alex Speller Date: Fri, 10 Jun 2011 22:22:40 +0100 Subject: [PATCH] Improve documentation of adding a new currency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9bf390f96..5077aebd95 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ To define a new `Money::Currency` simply add a new item to the `Money::Currency::TABLE` hash, where the key is the identifier for the currency object and the value is a hash containing all the currency attributes. - Money::Currency::TABLE[:USD] = { + Money::Currency::TABLE[:usd] = { :priority => 1, :iso_code => "USD", :name => "United States Dollar",