From b0b1cee85936825cdf0d03ee4b43e3a2d0d1bf95 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Sat, 20 Feb 2010 08:41:02 -0800 Subject: [PATCH] Use the same config file name in both sections of the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91013fa..10052dc 100644 --- a/README.md +++ b/README.md @@ -71,4 +71,4 @@ configuration: The ``bluechips.wsgi`` wrapper script looks just like: from paste.deploy import loadapp - application = loadapp('config:/var/www/ssl/production.ini') + application = loadapp('config:/var/www/ssl/config.ini') -- 2.45.2