From 776d93fe1331b29f5b7803ad4011455e1c0fc0de Mon Sep 17 00:00:00 2001 From: 1stthomas Date: Mon, 24 May 2021 05:02:27 +0200 Subject: [PATCH] #2 further description added --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e609576..088be06 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,9 @@ This class provides also methods to gain the related package file/db config. #### File Name Fixer #### concrete 5 can not handle page paths with a dash ("-"). This helper can tranform page names with a "_" -into "-". +into "-". Simply call: + +'''php +$app->make('helper/ht7/file/namefixer')->fixFilenames('/', ); +''' +to fix all page paths of the submitted package.