From 4e9f1457d5947ee13721821148fbefaebeef70e1 Mon Sep 17 00:00:00 2001 From: Roan Horning Date: Sun, 8 Sep 2024 09:05:34 -0400 Subject: [PATCH] Fix typos in module names --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71bbf83..00fb5dd 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Static web page generator for the Hacker Public Radio website. - ``GRANT SELECT ON hpr_hpr.* TO 'hpr-generator'@'localhost';`` - ``GRANT EXECUTE ON `hpr_hpr`.* TO 'hpr-generator'@'localhost';`` * Install the needed Perl modules using preferred method (distribution packages, CPAN, etc.) - * GetOpt + * Getopt::Long * Pod::Usage * Config::Std * Template @@ -35,7 +35,7 @@ Static web page generator for the Hacker Public Radio website. * Template::Plugin::HTML::Strip * DBI * Tie::DBI - * DBD::SQLite or DBD:mysql + * DBD::SQLite or DBD::mysql * Date::Calc * Text::CSV_XS * HTML::Entities