Skip to content

Commit 3180d0c

Browse files
committed
Fix markdown mistake in README.md
1 parent d82d19c commit 3180d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Using composer:
4444

4545
Multiple transformations can be composed using the `chain` function:
4646

47-
``php
47+
```php
4848
T\chain(T\getProperty('user'), T\getEntry('name'));
4949

5050
// Is equivalent to:

0 commit comments

Comments
 (0)