You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
</a>
9
9
</p>
10
10
11
-
<h1align="center">Grid Import/Export Bundle</h1>
11
+
<h1align="center">Import/Export Bundle</h1>
12
12
13
13
The ImportExportBundle allows for easy and decoupled data migration to and from various mediums.<br>
14
14
It works by relying on the Sylius [Resource](https://github.com/sylius/syliusresourcebundle) and [Grid](https://github.com/Sylius/syliusgridbundle) systems for resolving and providing data.
@@ -96,7 +96,7 @@ Symfony Flex, it's much quicker!
96
96
1. Require plugin with composer:
97
97
98
98
```bash
99
-
composer require sylius/grid-import-export-bundle
99
+
composer require sylius/import-export-bundle
100
100
```
101
101
102
102
> Remember to allow community recipes with `composer config extra.symfony.allow-contrib true` or during plugin installation process
0 commit comments