Skip to content

Commit 4942e1a

Browse files
committed
Update README.md
1 parent e27fa64 commit 4942e1a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ $ composer require omnilight/yii2-vuejs
1616

1717
## Usage
1818

19+
Somewhere in your view
20+
1921
``` php
20-
$skeleton = new League\Skeleton();
21-
echo $skeleton->echoPhrase('Hello, League!');
22+
VueJsAsset::register($this);
2223
```
2324

2425
## Change log

0 commit comments

Comments
 (0)