Skip to content

Commit 19a37f8

Browse files
committed
Fix readme typo
1 parent 16c7dda commit 19a37f8

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)