diff --git a/README.md b/README.md index 50ac299a..b4f724ad 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ class Wren { } } -var adjectives = new Fiber { +var adjectives = Fiber.new { ["small", "clean", "fast"].each {|word| Fiber.yield(word) } }