Skip to content

Commit f13d0e6

Browse files
committed
fix readme
1 parent 5bb15bb commit f13d0e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ In your php-template or in layout you can import javascript files with:
6565
<?php $this->ViteScripts->script($options) ?>
6666
```
6767

68-
or using this shourtcut for a single entrypoint:
68+
or by using this shortcut for a single entrypoint:
6969

7070
```php
7171
<?php $this->ViteScripts->script('webroot_src/main.ts') ?>
@@ -82,10 +82,10 @@ In your php-template you can import css files with:
8282
<?php $this->ViteScripts->css($options) ?>
8383
```
8484

85-
or using this shourtcut for a single entrypoint:
85+
or by using this shortcut for a single entrypoint:
8686

8787
```php
88-
<?php $this->ViteScripts->script('webroot_src/style.css') ?>
88+
<?php $this->ViteScripts->css('webroot_src/style.css') ?>
8989
```
9090

9191
## Configuration

0 commit comments

Comments
 (0)