diff --git a/README.md b/README.md index 94046145..a6accc01 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ var adjectives = Fiber.new { while (!adjectives.isDone) IO.print(adjectives.call()) ``` - * **Wren is small.** The codebase is about [5,000 lines][src]. You can + * **Wren is small.** The codebase is about [7,000 lines][src]. You can skim the whole thing in an afternoon. It's *small*, but not *dense*. It is readable and [lovingly-commented][nan].