From 59bfbde88e2686d25b7f6a14692814da8f440e05 Mon Sep 17 00:00:00 2001 From: Brian Read Date: Sat, 9 Aug 2025 15:29:07 +0000 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 58e24ea..4c18b98 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -# mojofmt - +# Mojolicious Template Formatter Formatter for Mojolicious Embedded Perl templates (.ep, .htm.ep, .html.ep) mojofmt formats HTML and Mojolicious EP templates without breaking embedded Perl. It understands line directives (% ...), inline tags (<% ... %>), raw HTML blocks, and can reformat multi-line Perl blocks inside <% ... %> using perltidy (with a safe fallback if perltidy isn’t available).