Skip to content

Commit 9d9037f

Browse files
committed
wip
1 parent 8167d02 commit 9d9037f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ Calling `hasViews` will also make views publishable. Users of your package will
111111
php artisan vendor:publish --tag=your-package-name-views
112112
```
113113

114-
### Working with view components
114+
### Working with Blade view components
115115

116-
Any Views Components that your package provides should be placed in the `<package root>/Components` directory.
116+
Any Blade view components that your package provides should be placed in the `<package root>/Components` directory.
117117

118118
You can register these views with the `hasViewComponents` command.
119119

0 commit comments

Comments
 (0)