Skip to content

Commit 4ffab82

Browse files
Merge pull request #95 from TheDragonCode/1.x
Updated `README.md` for grammar adjustments and improved clarity
2 parents 06da290 + f13a94c commit 4ffab82

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
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
11+
**Laravel Feeds** is an easy and fast way to export large amounts of data into feeds for marketplaces and other
1212
consumers.
1313

1414
> **🌟 Features**
1515
>
16-
> - Chunked queries to database
17-
> - Draft mode for a process
16+
> - Chunked queries to the database
17+
> - Draft mode during processing
1818
> - Easy property mapping
19-
> - Generation of any feeds, sitemaps, etc.
19+
> - Generate feeds, sitemaps, and more
2020
2121
## Installation
2222

@@ -26,17 +26,16 @@ You can install the **Laravel Feeds** package via [Composer](https://getcomposer
2626
composer require dragon-code/laravel-feeds
2727
```
2828

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:
29+
You should publish the [migration](database/migrations/2025_09_01_231655_create_feeds_table.php) and
30+
the [config/feeds.php](config/feeds.php) file with:
3231

3332
```bash
3433
php artisan vendor:publish --tag="feeds"
3534
```
3635

3736
> [!WARNING]
3837
>
39-
> Before running migrations, check the database connection settings in the [config/feeds.php](config/feeds.php) file.
38+
> Before running migrations, verify the database connection settings in [config/feeds.php](config/feeds.php).
4039
4140
Now you can run migrations and proceed to [create feeds](https://feeds.dragon-code.pro/create-feeds.html).
4241

0 commit comments

Comments
 (0)