From 0f0a290348cbb3be2b0dff1176b74b4944c6fbe4 Mon Sep 17 00:00:00 2001 From: askdkc Date: Sat, 1 Oct 2022 12:36:03 +0900 Subject: [PATCH] Update README.md fixed typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74eb179..6d71a97 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ php artisan vendor:publish --tag="csv-views" ## Usage ### CSV Importer Component -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. ```blade