From 4cc0d75806212a5f1a879a7a351a658a535d30bb Mon Sep 17 00:00:00 2001 From: Adrian Perez Date: Wed, 12 Sep 2007 12:40:21 +0200 Subject: [PATCH] Fixed readme --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 3dc090a..67a28e0 100644 --- a/README.rst +++ b/README.rst @@ -6,7 +6,7 @@ Nginx_ Fancy Index module Requirements ============ -* Sources for Nginx_ 0.6.6, and its requirements. +* Sources for Nginx_ 0.6.x, and its requirements. * Patience, and some Coffeeâ„¢. @@ -27,7 +27,7 @@ Building of the fancy indexing module:: $ cd nginx-0.6.6 - $ ./configure --add-module=../nginx-?.?.? [extra desired options] + $ ./configure --add-module=../nginx-fancyindex-?.?.? [extra desired options] 4. Build and install the software::