Commit 33904f86 authored by Maxime Orefice's avatar Maxime Orefice Committed by Grzegorz Bizon

Fix typo on serializer README.md

parent e825300e
......@@ -64,7 +64,7 @@ A new serializer should inherit from a `BaseSerializer` class. It is necessary
to specify which serialization entity will be used to serialize a resource.
```ruby
class MyResourceSerializer < BaseSerialize
class MyResourceSerializer < BaseSerializer
entity MyResourceEntity
end
```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment