From: Raphaƫl Gertz Date: Mon, 3 Oct 2022 03:51:54 +0000 (+0200) Subject: Fix readme X-Git-Tag: 0.2.1 X-Git-Url: https://git.rapsys.eu/packbundle/commitdiff_plain/c753b650a1ec28cd071c015c50b70ebb3cf713b6 Fix readme --- diff --git a/README.md b/README.md index 63a1e84..9550e6b 100644 --- a/README.md +++ b/README.md @@ -258,7 +258,7 @@ use Twig\Error\Error; //This class will be defined in the parameter rapsys_pack.filters.(css|img|js).[x].class string class MyPackFilter implements FilterInterface { - //The constructor arguments ... will be replaced defined in the parameter rapsys_pack.filters.(css|img|js).[x].args array + //The constructor arguments ... will be replaced with values defined in the parameter rapsys_pack.filters.(css|img|js).[x].args array public function __construct(string $fileName, int $line, string $bin = 'mypack', ...) { //Set fileName $this->fileName = $fileName;