− If you run a .love file, your changes will go into the [save directory](https://love2d.org/wiki/love.filesystem.getSaveDirectory).
− If you unzip the .love file into a new directory and run the directory
− instead, your changes will go straight into the same directory.
+ If the app being modified by the driver lives in a .love file, your changes
+ will go into the [save directory](https://love2d.org/wiki/love.filesystem.getSaveDirectory).
+ If it lives in a directory (like this repo), your changes will go straight
+ into the same directory.