Skip to content

Commit d4eacdf

Browse files
author
Dan Draper
committed
Fixed error in README
1 parent b4b8595 commit d4eacdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
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)