Skip to content

Commit

Permalink
Added Action:: (#42)
Browse files Browse the repository at this point in the history
Example as written doesn't work, needs the Action:: in there
  • Loading branch information
lucashaley authored Jun 16, 2024
1 parent 4500f0d commit e724589
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 @@ -317,7 +317,7 @@ A Sequence is a series of `Zif::Actions::Action` to be run in order. Behaves li
**Example usage:**
```ruby
@dragon.run_action(
Zif::Sequence.new(
Zif::Actions::Sequence.new(
[
# Move from starting position to 1000x over 1 second, starting slowly,
# then flip the sprite at the end
Expand Down

0 comments on commit e724589

Please sign in to comment.