From cd464de015b91399e05a4167d0ff7394a667f4dc Mon Sep 17 00:00:00 2001 From: J-C HERON Date: Sat, 30 Oct 2021 15:44:34 +0200 Subject: [PATCH] [skip ci] update README for 2.4.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0a31f5..b115f4f 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ The library is already loaded by default in the config file **app/config/config. ```php "di"=>array( "@exec"=>array("jquery"=>function ($controller){ - return \Ubiquity\core\Framework::diSemantic($controller); + return \Ajax\php\ubiquity\JsUtils::diSemantic($controller); }) ), ```