about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--README.md4
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.