From 832962d30d70ec3236b330f874dd80bbda0d8c3b Mon Sep 17 00:00:00 2001 From: Paul Daniels Date: Tue, 20 Oct 2015 16:07:21 -0700 Subject: [PATCH] Fix readme reference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a25e5a9..03cf7fc 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ po.save('out.po', function (err) { ### The PO.Item class -The `PO` class exposes the following members: +The `PO.Item` class exposes the following members: * `msgid`: The message id. * `msgid_plural`: The plural message id (null if absent).