Skip to content

Commit 7db510a

Browse files
committedSep 18, 2022
update README.md
1 parent 935c4ae commit 7db510a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<br><br>
44
</p>
55

6-
[![Latest Version on Packagist](https://img.shields.io/packagist/v/coderflexx/laravel-csv.svg?style=flat-square)](https://packagist.org/packages/coderflexx/laravel-csv)
6+
[![Latest Version on Packagist](https://img.shields.io/packagist/v/coderflexx/laravel-csv.svg?style=flat-square)](https://packagist.org/packages/coderflex/laravel-csv)
77
[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/coderflexx/laravel-csv/run-tests?label=tests)](https://github.com/coderflexx/laravel-csv/actions?query=workflow%3Arun-tests+branch%3Amain)
88
[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/coderflexx/laravel-csv/Fix%20PHP%20code%20style%20issues?label=code%20style)](https://github.com/coderflexx/laravel-csv/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
9-
[![Total Downloads](https://img.shields.io/packagist/dt/coderflexx/laravel-csv.svg?style=flat-square)](https://packagist.org/packages/coderflexx/laravel-csv)
9+
[![Total Downloads](https://img.shields.io/packagist/dt/coderflexx/laravel-csv.svg?style=flat-square)](https://packagist.org/packages/coderflex/laravel-csv)
1010

1111

1212
- [Introduction](#introduction)
@@ -66,7 +66,7 @@ return [
6666
| This package came with multiple layouts to serve your need, and
6767
| currently it supports "tailwindcss" and "bootstrap", by default
6868
| the layout is tailwind.
69-
| currently support: "tailwindcss", "bootstrap"
69+
| currently support: "tailwindcss"
7070
|
7171
*/
7272
'layout' => 'tailwindcss',
@@ -124,13 +124,13 @@ Using this package, is really simple, all what you need to do is implementing th
124124
| columns-label |`array` | Accept Column Label of the required columns for the message |
125125

126126
### Button Component
127-
The Component using `alpinejs` under the hood, If you want to use add the import button, you may use `x-csv-button` component.
127+
The Component using `alpinejs` under the hood, If you want to use the import button, you may use `x-csv-button` component.
128128

129129
```blade
130130
<x-csv-button>Import</x-csv-button>
131131
```
132132

133-
If you want to style it, you can use the `class` attribute, or any attribute you want really
133+
If you want to style it, you may use the `class` attribute, or any attribute you want.
134134

135135
```blade
136136
<x-csv-button
@@ -141,7 +141,7 @@ If you want to style it, you can use the `class` attribute, or any attribute you
141141
</x-csv-button>
142142
```
143143
### In TALL stack project
144-
If you are using this package in a [TALL Stack]() project, (Tailwindcss, Alpinejs, Laravel, Livewire) All what you need to do is publish the vendor views
144+
If you are using this package in a [TALL Stack](https://tallstack.dev/) project, (Tailwindcss, Alpinejs, Laravel, Livewire) All what you need to do is publish the vendor views
145145

146146
```bash
147147
php artisan vendor:publish --tag="csv-views"

0 commit comments

Comments
 (0)
Please sign in to comment.