README: createunderscoredatabase.sql
authorDan Scott <dscott@laurentian.ca>
Wed, 19 Oct 2011 20:34:40 +0000 (16:34 -0400)
committerDan Scott <dscott@laurentian.ca>
Wed, 19 Oct 2011 20:34:40 +0000 (16:34 -0400)
Fix another typo noted by Martha Driscoll

Signed-off-by: Dan Scott <dscott@laurentian.ca>
README

diff --git a/README b/README
index 39f00f8..1ec452c 100644 (file)
--- a/README
+++ b/README
@@ -392,7 +392,7 @@ can either:
   *  Install the PostgreSQL contrib modules on the machine on which you
      are installing the Evergreen code, and use the --create-database
      option from that machine, or
-  *  Copy the `Open-ILS/src/sql/Pg/create-database.sql` script to your
+  *  Copy the `Open-ILS/src/sql/Pg/create_database.sql` script to your
      PostgreSQL server and invoke it as the *postgres* Linux account:
 +
 [source, bash]