Skip to content

Commit f13a94c

Browse files
Wrapped lines in README.md for better readability
1 parent c19922a commit f13a94c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

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

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

1314
> **🌟 Features**
1415
>
@@ -25,7 +26,8 @@ You can install the **Laravel Feeds** package via [Composer](https://getcomposer
2526
composer require dragon-code/laravel-feeds
2627
```
2728

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:
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:
2931

3032
```bash
3133
php artisan vendor:publish --tag="feeds"

0 commit comments

Comments
 (0)