Skip to content

Commit ea9ee67

Browse files
authored
Fix package name in README
1 parent 5d566b0 commit ea9ee67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT)
22
![Packagist][packagist]
33

4-
[packagist]: https://img.shields.io/packagist/v/flownative/resourceexchange.svg
4+
[packagist]: https://img.shields.io/packagist/v/flownative/resource-tools.svg
55

66
# Resource Import and Export for Flow Framework and Neos CMS
77

@@ -13,11 +13,11 @@ being used.
1313
## Installation
1414

1515
The Flownative Resource Exchange package is installed as a regular Flow package
16-
via Composer. For your existing project, simply include `flownative/resourceexchange`
16+
via Composer. For your existing project, simply include `flownative/resource-tools
1717
into the dependencies of your Flow or Neos distribution:
1818

1919
```bash
20-
$ composer require flownative/resourceexchange
20+
$ composer require flownative/resource-tools
2121
```
2222

2323
## Usage

0 commit comments

Comments
 (0)