From 57f3f09a1d4b3b80d355bd1b7becb775f7bf55c0 Mon Sep 17 00:00:00 2001 From: David Wikmans Date: Wed, 30 Oct 2013 20:27:12 +0100 Subject: [PATCH] Spelling and redundancy fix in README --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index bf45ea3..acd8f7d 100644 --- a/README.md +++ b/README.md @@ -283,9 +283,6 @@ This setting can be used to override the default postgresql PL/perl package name ####`python_package_name` This setting can be used to override the default postgresql Python package name. If not specified, the module will use whatever package name is the default for your OS distro. -####`service_name` -This setting can be used to override the default postgresql service name. If not specified, the module will use whatever service name is the default for your OS distro. - ####`service_name` This setting can be used to override the default postgresql service provider. If not specified, the module will use whatever service name is the default for your OS distro. @@ -295,7 +292,7 @@ This setting can be used to override the default status check command for your P ####`default_database` This setting is used to specify the name of the default database to connect with. On most systems this will be "postgres". -####`inidb_path` +####`initdb_path` Path to the `initdb` command. ####`createdb_path`