NEWS: Release ssic 1.0.0.
[ssic.git] / README
diff --git a/README b/README
index f48626f18d1faf0ccfe3dcaf20d489a13b638135..679265e6720cfe5243c3797ae700fc503b342d02 100644 (file)
--- a/README
+++ b/README
@@ -15,7 +15,7 @@ superset of those supported by the old NCSA HTTPd and a subset of those
 supported by Apache HTTPd's `mod_include`:
 
     http://web.archive.org/web/19971210170837/http://hoohoo.ncsa.uiuc.edu/docs/tutorials/includes.html
 supported by Apache HTTPd's `mod_include`:
 
     http://web.archive.org/web/19971210170837/http://hoohoo.ncsa.uiuc.edu/docs/tutorials/includes.html
-    http://httpd.apache.org/docs/current/mod/mod_include.html
+    http://httpd.apache.org/docs/2.2/mod/mod_include.html
 
 ssic uses the `CGI::SSI` Perl module for directive processing.
 
 
 ssic uses the `CGI::SSI` Perl module for directive processing.
 
@@ -98,7 +98,8 @@ set to the value "bar":
     <!--#endif -->
 
 The following example checks the SSI interpreter and uses the correct
     <!--#endif -->
 
 The following example checks the SSI interpreter and uses the correct
-expression syntax for either ssic or Apache HTTPd 2.2 `mod_include`:
+expression syntax for either ssic or `mod_include` from Apache HTTPd 2.2
+or earlier:
 
     <!--#if expr="'$__SSIC__' eq '__SSIC__'" -->
         <!-- Apache HTTPd 2.2 mod_include -->
 
     <!--#if expr="'$__SSIC__' eq '__SSIC__'" -->
         <!-- Apache HTTPd 2.2 mod_include -->