Skip to content

Commit 4179811

Browse files
committed
Fixed syntax highlighting hints
1 parent f124fe3 commit 4179811

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You can provide the patches in any package through the extra object (you are fre
1212

1313
***
1414
composer.json:
15-
```javascript
15+
```json
1616
{
1717
"name": "netresearch/typo3-patches",
1818
"version": "1.0.0",
@@ -99,7 +99,7 @@ http://example.com/typo3-patches.json
9999
```
100100
## Requiring the patches:
101101
just require the package with the patches. If you don't want a patch package outside the root package, consider providing it as package in the [repositories key](https://getcomposer.org/doc/04-schema.md#repositories)
102-
```
102+
```json
103103
{
104104
"name": "netresearch/patched-typo3",
105105
"type": "project",

0 commit comments

Comments
 (0)