Merge pull request #145 from Seldaek/patch-3

Fix readme typo
This commit is contained in:
Ken Barber 2013-02-28 13:58:09 -08:00
commit 9c4f6e63a8

View file

@ -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',
}->