Skip to content

Commit d5d63b4

Browse files
committed
readme update
1 parent 29dcf1b commit d5d63b4

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
@@ -9,7 +9,7 @@ A library that provides a basic implementation of message serialization (object
99
Currently implemented:
1010
* [Symfony Serialazer](https://github.com/mmasiukevich/message-serializer/blob/master/src/Symfony/SymfonyMessageSerializer.php): Supports normalization/denormalization of public/private properties; DateTime objects; Empty objects with closed constructor, etc. The description of property types is in the PHPDoc.
1111

12-
Usage example ([@see test case](https://github.com/mmasiukevich/message-serializer/blob/master/tests/Symfony/SymfonyMessageSerializerTest.php#L210):
12+
Usage example ([@see test case](https://github.com/mmasiukevich/message-serializer/blob/master/tests/Symfony/SymfonyMessageSerializerTest.php#L210)):
1313

1414
```php
1515
$serializer = new SymfonyMessageSerializer();

0 commit comments

Comments
 (0)