rewrite documentation of mod_perl as the only persistent backend
[perl/plp/.git] / README
diff --git a/README b/README
index 17e11ffefa38566a668f0175a4cd7ecc6b8cdd77..0f057ebf98639945e5630db67af9d8b08e991331 100644 (file)
--- a/README
+++ b/README
@@ -3,8 +3,8 @@ PLP - PERL IN HTML PAGES
 PLP is yet another Perl embedder, primarily for HTML documents. Unlike
 with other Perl embedders, there is no need to learn a meta-syntax or
 object model: one can just use the normal Perl constructs. PLP runs
-under mod_perl for speeds comparable to those of PHP, but can also be
-run as a CGI script.
+under FastCGI and mod_perl for speeds comparable to those of PHP, but
+can also be run as a standard CGI script.
 
 INSTALLATION