Skip to content

Commit ea3002c

Browse files
Merge pull request #21 from bayareawebpro/dev
Update README.md
2 parents e33fa8e + a2a10d3 commit ea3002c

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,17 @@
1616
- Facade Included.
1717

1818
## Installation
19-
Simply require the package and Laravel will Auto-Discover the Service Provider.
19+
Require the package and Laravel will Auto-Discover the Service Provider.
20+
2021
```
2122
composer require bayareawebpro/laravel-simple-csv
2223
```
2324

2425
## Usage:
2526

26-
Invokable classes can be passed to the import method allow you to customize
27-
how are processed. By default, none are applied.
28-
29-
Two classes to handle numerics and null values have
30-
been supplied and can be applied.
27+
Invokable classes can be passed to the import method allowing you to customize
28+
how each row is processed. Two classes to handle numerics
29+
and null values have been supplied.
3130

3231
```php
3332
use BayAreaWebPro\SimpleCsv\SimpleCsv;

0 commit comments

Comments
 (0)