From 7483132dc72bc77a3ddbe6f62c4a29255ef2abc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Tue, 9 Apr 2013 10:58:01 +0200 Subject: [PATCH] Update configuration documentation. re #40 --- config_default.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config_default.php b/config_default.php index 9c2b8b3..dff7908 100644 --- a/config_default.php +++ b/config_default.php @@ -13,8 +13,8 @@ * The directory containing calibre's metadata.db file, with sub-directories * containing all the formats. * BEWARE : it has to end with a / - * You can enable multiple database with this notation : - * array ("My database name" => "/home/directory/calibre1/", "My other database name" => "/home/directory/calibre2/"); + * You can enable multiple database with this notation instead of a simple string : + * $config['calibre_directory'] = array ("My database name" => "/home/directory/calibre1/", "My other database name" => "/home/directory/calibre2/"); */ $config['calibre_directory'] = './';