Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
passchn committed Mar 9, 2024
1 parent 8472f66 commit f6bcd14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ In your php-template or in layout you can import javascript files with:
<?php $this->ViteScripts->script($options) ?>
```

or using this shourtcut for a single entrypoint:
or by using this shortcut for a single entrypoint:

```php
<?php $this->ViteScripts->script('webroot_src/main.ts') ?>
Expand All @@ -71,10 +71,10 @@ In your php-template you can import css files with:
<?php $this->ViteScripts->css($options) ?>
```

or using this shourtcut for a single entrypoint:
or by using this shortcut for a single entrypoint:

```php
<?php $this->ViteScripts->script('webroot_src/style.css') ?>
<?php $this->ViteScripts->css('webroot_src/style.css') ?>
```

## Configuration
Expand Down

0 comments on commit f6bcd14

Please sign in to comment.