Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Fixed README example
Browse files Browse the repository at this point in the history
  • Loading branch information
nijotz committed Apr 8, 2015
1 parent 0520817 commit 3bc7b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ end
If you don't want to map all the fields by hand inherit from the Base mappper:

```ruby
class MyAwesomeMapper < ContentfulMiddleman::Mappers::Base
class MyAwesomeMapper < ContentfulMiddleman::Mapper::Base
def map(context, entry)
super
# After calling super the context object
Expand Down

0 comments on commit 3bc7b0e

Please sign in to comment.