about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2023-03-25 17:23:57 -0700
committerKartik K. Agaram <vc@akkartik.com>2023-03-25 17:23:57 -0700
commitcf4451dc1b772219a79a6fc300c1196232920539 (patch)
tree24abff5425abb5085ec97023b4437a73b17850fc /README.md
parenteba85af0e3084b75d11ac0a034abc5e80e33deb6 (diff)
parentda932ce92dcf5930d3224c2179db41cf024f5169 (diff)
downloadtext.love-cf4451dc1b772219a79a6fc300c1196232920539.tar.gz
Merge lines.love
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 97160fd..5b3cfc6 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 your default
-user/home directory (`https://love2d.org/wiki/love.filesystem.getUserDirectory`).
+By default, it reads/writes the file `lines.txt` in a directory
+specific to this app (https://love2d.org/wiki/love.filesystem.getSourceBaseDirectory).
 
 To open a different file, drop it on the app window.