diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2023-04-21 23:10:09 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2023-04-21 23:10:09 -0700 |
commit | 8e0fb09483b502519d13d6e7741e44bf9e8ca20f (patch) | |
tree | 882e376e2ae1af318028097ac0aa46174cbfbd28 | |
parent | 488f0e4bce938736da74035fbd394319f4e20eec (diff) | |
parent | b9d3cf357892e6736aa5fba8ebaff2e6bb572bf7 (diff) | |
download | view.love-8e0fb09483b502519d13d6e7741e44bf9e8ca20f.tar.gz |
Merge lines.love
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index c699e81..98e7807 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ Alternatively, turn it into a .love file you can double-click on: $ zip -r /tmp/text.love *.lua ``` -By default, it reads/writes the file `lines.txt` in a directory -specific to this app (https://love2d.org/wiki/love.filesystem.getSourceBaseDirectory). +By default, it 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 app window. |