]> Raphaël G. Git Repositories - packbundle/commitdiff
Fix readme 0.2.1
authorRaphaël Gertz <git@rapsys.eu>
Mon, 3 Oct 2022 03:51:54 +0000 (05:51 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Mon, 3 Oct 2022 03:51:54 +0000 (05:51 +0200)
README.md

index 63a1e844d1b62c486fa84ab078588bec9a7902f8..9550e6b520f458d0838f820b828f5d423f1dd024 100644 (file)
--- 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;