mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-12 06:38:45 +01:00
Merge pull request #297 from Fedjmike/patch-1
readme: Updated line count
This commit is contained in:
@ -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].
|
||||
|
||||
|
||||
Reference in New Issue
Block a user