We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac6ef86 + 0f0a290 commit d0d9559Copy full SHA for d0d9559
README.md
@@ -98,7 +98,7 @@ php artisan vendor:publish --tag="csv-views"
98
## Usage
99
100
### CSV Importer Component
101
-Using this package is a breeze. To implmenent the importer in your project, simply include the following component inside a Blade view.
+Using this package is a breeze. To implement the importer in your project, simply include the following component inside a Blade view.
102
103
```blade
104
<livewire:csv-importer :model="App\Models\YourModel::class"
0 commit comments