Skip to content

Commit 4b02356

Browse files
committed
Merge pull request #21 from coderdan/fix-readme-error
Fixed error in README
2 parents b4b8595 + d4eacdf commit 4b02356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ classes underneath the model they represent.
136136
```ruby
137137
class Status
138138
def entity
139-
Status.new(self)
139+
Entity.new(self)
140140
end
141141

142142
class Entity < Grape::Entity

0 commit comments

Comments
 (0)