Skip to content

Commit d0d9559

Browse files
authored
Merge pull request #9 from askdkc/patch-1
Update README.md
2 parents ac6ef86 + 0f0a290 commit d0d9559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ php artisan vendor:publish --tag="csv-views"
9898
## Usage
9999

100100
### 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.
101+
Using this package is a breeze. To implement the importer in your project, simply include the following component inside a Blade view.
102102

103103
```blade
104104
<livewire:csv-importer :model="App\Models\YourModel::class"

0 commit comments

Comments
 (0)