Skip to content

Commit f18dd1b

Browse files
authored
Update README.md
add missing import
1 parent f941694 commit f18dd1b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ In the following steps, we'll cover usage of the library API only.
2020
#### 1. Load the `manifest.json` file created by Vite:
2121

2222
```php
23+
use mindplay\vite\Manifest;
24+
2325
$vite = new Manifest(
2426
manifest_path: $your_root_dir . '/public/dist/.vite/manifest.json',
2527
base_path: '/dist/',

0 commit comments

Comments
 (0)