aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index b9084fa..c4276e6 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,8 @@ shown below. Take care to replace the placeholders within angle brackets
with the appropriate values.
``` scheme
-((sql-username . "<sql-username-here>")
+((generif-data-file . "/path/to/generifs_basic.gz")
+ (sql-username . "<sql-username-here>")
(sql-password . "<sql-password-here>")
(sql-database . "<sql-database-name-here>")
(sql-host . "<sql-hostname-here>")