From 19a37f8b172f17de28f2100ea904c50b3f5a27c1 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Thu, 28 Feb 2013 20:25:16 +0100 Subject: [PATCH] Fix readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c1e952..c0e6677 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ This class is used to configure the main settings for this module, to be used by For example, if you wanted to overwrite the default `locale` and `charset` you could use the following combination: - class { 'postgres': + class { 'postgresql': charset => 'UTF8', locale => 'en_NG', }->