Merge pull request #297 from Fedjmike/patch-1

readme: Updated line count
This commit is contained in:
Bob Nystrom
2015-08-20 22:34:08 -07:00

View File

@ -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].