Skip to content

Commit bb9729f

Browse files
authored
Update README.md
1 parent 1e14e57 commit bb9729f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ The library is already loaded by default in the config file **app/config/config.
8383
Example of creating a Semantic-UI button
8484

8585
```php
86-
/**
87-
* @property \Ajax\php\ubiquity\JsUtils $jquery
88-
**/
86+
/**
87+
* @property \Ajax\php\ubiquity\JsUtils $jquery
88+
*/
8989
class ExempleController extends Controller{
9090
public function index(){
9191
$semantic=$this->jquery->semantic();
@@ -123,9 +123,9 @@ Example of creating a Semantic-UI button
123123
```php
124124
use Phalcon\Mvc\Controller;
125125
use Ajax\php\phalcon\JsUtils;
126-
/**
127-
* @property JsUtils $jquery
128-
**/
126+
/**
127+
* @property JsUtils $jquery
128+
*/
129129
class ExempleController extends Controller{
130130
public function indexAction(){
131131
$semantic=$this->jquery->semantic();

0 commit comments

Comments
 (0)