From 2f73c79e8a488560cdda40d27a9b10f4a57d228c Mon Sep 17 00:00:00 2001 From: root Date: Sat, 24 Apr 2021 17:15:19 +0000 Subject: Fix typo --- README | 2 +- lib/Apache/Inject.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 026f9d1..925e998 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ NAME SYNOPSIS DocumentRoot /uar/local/www/apache24/data - PerlModule Apache::Inject + PerlLoadModule Apache::Inject Inject head.html foot.html diff --git a/lib/Apache/Inject.pm b/lib/Apache/Inject.pm index c5dfd9f..668c1f1 100644 --- a/lib/Apache/Inject.pm +++ b/lib/Apache/Inject.pm @@ -47,7 +47,7 @@ Apache::Inject - Apache directive for injecting HTML headers and footers =head1 SYNOPSIS DocumentRoot /uar/local/www/apache24/data - PerlModule Apache::Inject + PerlLoadModule Apache::Inject Inject head.html foot.html -- cgit v1.2.3