diff --git a/README.md b/README.md index c3b8682..2cb2f82 100644 --- a/README.md +++ b/README.md @@ -747,7 +747,7 @@ A curated list of awesome Java frameworks, libraries and software. * [FST](https://github.com/RuedigerMoeller/fast-serialization) - JDK-compatible, high-performance object graph serialization. * [Kryo](https://github.com/EsotericSoftware/kryo) - Fast and efficient object graph serialization framework. * [MessagePack](https://github.com/msgpack/msgpack-java) - Efficient binary serialization format. -* [PHP Serializer](https://github.com/marcospassos/java-php-serializer) - Library for serializing objects as PHP serialization format. +* [PHP Serializer](https://github.com/marcospassos/java-php-serializer) - Library for serializing objects in the PHP serialization format. ## Server