about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2023-04-21 22:53:40 -0700
committerKartik K. Agaram <vc@akkartik.com>2023-04-21 22:53:40 -0700
commitb9d3cf357892e6736aa5fba8ebaff2e6bb572bf7 (patch)
tree3f4b517e7745cc8024bd0ff7d306aef163d7baf1
parent22071c9b71ad9b2256bd8302f2eeacdbbce5c01f (diff)
downloadlines.love-b9d3cf357892e6736aa5fba8ebaff2e6bb572bf7.tar.gz
correct a characterization
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 19fa143..3eef3d8 100644
--- a/README.md
+++ b/README.md
@@ -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.