Skip to content

Commit 2266b05

Browse files
authored
Merge pull request #7 from TYPO3-Headless/develop
[DOCS] update README.md after repository transfer.
2 parents 40468ef + 0a95e28 commit 2266b05

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ Add this repo to your root composer.json
77
"repositories": {
88
"2": {
99
"type": "vcs",
10-
"url": "[email protected]:Fanor51/headless-container-support.git"
10+
"url": "[email protected]:TYPO3-Headless/headless-container-support"
1111
}
1212
}
1313
```
1414
and add the dependency to your require block.
1515
``
16-
"fanor51/headless-container-support": "1.0.0"
16+
"fanor51/headless-container-support": "^1.0.0"
1717
``
1818

1919
Or just copy the file ``Classes/DataProcessing/HeadlessContainerProcessor.php`` in your project but dont forget to change the namespace ;).
@@ -46,4 +46,7 @@ In the end it should look like this:
4646

4747
![image description](Docs/Assets/img.png)
4848

49-
A complete json example is under: ``Docs/Json/Example.json``
49+
A complete json example is under: ``Docs/Json/Example.json``
50+
51+
## Credits
52+
The development of the extension was supported by the TYPO3 agency [brandung.com](https://www.agentur-brandung.de/).

0 commit comments

Comments
 (0)