Skip to content

Commit e9ba687

Browse files
authored
Update README.md
1 parent 1ed11a1 commit e9ba687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ $loader->registerNamespaces(array(
8383
It is necessary to inject the JQuery service at application startup, in the service file **app/config/services.php**, and if necessary instantiate Semantic, Bootstrap or Jquery-ui :
8484
```php
8585
$di->set("jquery",function(){
86-
$jquery= new Ajax\php\phalcon\JsUtils(array("driver"=>"Jquery"));
86+
$jquery= new Ajax\php\phalcon\JsUtils();
8787
$jquery->semantic(new Ajax\Semantic());//for Semantic UI
8888
return $jquery;
8989
});

0 commit comments

Comments
 (0)