fix: correct Fiber instantiation syntax in README code example
The example previously used `new Fiber { ... }` which is incorrect Wren syntax; changed to `Fiber.new { ... }` to match the language's constructor pattern.
This commit is contained in:
Reference in New Issue
Block a user