correct a characterization

This commit is contained in:
Kartik K. Agaram 2023-04-21 22:53:40 -07:00
parent 22071c9b71
commit b9d3cf3578
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ Alternatively, turn it into a .love file you can double-click on:
$ zip -r /tmp/lines.love *.lua
```
By default, lines.love reads/writes the file `lines.txt` in a directory
specific to this app (https://love2d.org/wiki/love.filesystem.getSourceBaseDirectory).
By default, lines.love reads/writes the file `lines.txt` in
[a directory relative to this app](https://love2d.org/wiki/love.filesystem.getSourceBaseDirectory).
To open a different file, drop it on the lines.love window.