Skip to content

Commit c19922a

Browse files
Updated README.md for grammar adjustments and improved clarity
1 parent ef7daac commit c19922a

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,14 @@
88
[![Github Workflow Status][badge_build]][link_build]
99
[![License][badge_license]][link_license]
1010

11-
**Laravel Feeds** is an easy and fast way of exporting a large amount of data to feeds for marketplaces and other
12-
consumers.
11+
**Laravel Feeds** is an easy and fast way to export large amounts of data into feeds for marketplaces and other consumers.
1312

1413
> **🌟 Features**
1514
>
16-
> - Chunked queries to database
17-
> - Draft mode for a process
15+
> - Chunked queries to the database
16+
> - Draft mode during processing
1817
> - Easy property mapping
19-
> - Generation of any feeds, sitemaps, etc.
18+
> - Generate feeds, sitemaps, and more
2019
2120
## Installation
2221

@@ -26,17 +25,15 @@ You can install the **Laravel Feeds** package via [Composer](https://getcomposer
2625
composer require dragon-code/laravel-feeds
2726
```
2827

29-
You should publish
30-
the [migration](database/migrations/2025_09_01_231655_create_feeds_table.php)
31-
and the [config/feeds.php](config/feeds.php) file with:
28+
You should publish the [migration](database/migrations/2025_09_01_231655_create_feeds_table.php) and the [config/feeds.php](config/feeds.php) file with:
3229

3330
```bash
3431
php artisan vendor:publish --tag="feeds"
3532
```
3633

3734
> [!WARNING]
3835
>
39-
> Before running migrations, check the database connection settings in the [config/feeds.php](config/feeds.php) file.
36+
> Before running migrations, verify the database connection settings in [config/feeds.php](config/feeds.php).
4037
4138
Now you can run migrations and proceed to [create feeds](https://feeds.dragon-code.pro/create-feeds.html).
4239

0 commit comments

Comments
 (0)