Skip to content

Commit 9c4f6e6

Browse files
committed
Merge pull request puppetlabs#145 from Seldaek/patch-3
Fix readme typo
2 parents 16c7dda + 19a37f8 commit 9c4f6e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ This class is used to configure the main settings for this module, to be used by
143143

144144
For example, if you wanted to overwrite the default `locale` and `charset` you could use the following combination:
145145

146-
class { 'postgres':
146+
class { 'postgresql':
147147
charset => 'UTF8',
148148
locale => 'en_NG',
149149
}->

0 commit comments

Comments
 (0)