Skip to content

Commit

Permalink
Merge pull request #250 from MaxPleaner/patch-1
Browse files Browse the repository at this point in the history
Fix example in README
  • Loading branch information
inossidabile authored Jun 28, 2017
2 parents fb847cc + d820621 commit a02771c
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 @@ -37,7 +37,7 @@ class Example.Animal
# Move the animal.
#
# @example Move an animal
# new Lion('Simba').move('south', 12)
# new Lion('Simba').move(direction: 'south', speed: 12)
#
# @param [Object] options the moving options
# @option options [String] direction the moving direction
Expand Down

0 comments on commit a02771c

Please sign in to comment.