Fixes 'Performance Comparison' README section title

This commit is contained in:
Erich Soares Machado 2018-02-01 15:38:06 +01:00
parent 2833cff589
commit d580fd44ef

View File

@ -4,7 +4,7 @@
A lightning fast [JSON:API](http://jsonapi.org/) serializer for Ruby Objects.
# Performance Comparision
# Performance Comparison
We compare serialization times with Active Model Serializer as part of RSpec performance tests included on this library. We want to ensure that with every change on this library, serialization time is at least `25 times` faster than Active Model Serializers on up to current benchmark of 1000 records.