diff --git a/README.md b/README.md index ed2e3b9..f76cb10 100644 --- a/README.md +++ b/README.md @@ -108,9 +108,9 @@ Spilltea organizes work into **projects**. Each project maps to a SQLite databas On startup, you choose: -- **New project**: enter a name, stored in `~/.local/share/spilltea/projects/` by default +- **New project**: enter a name, stored in `~/.local/share/spilltea//` by default - **Existing project**: pick from a list of previous projects -- **Temporary**: no name needed, stored in `/tmp/spilltea/projects/` and will be deleted on your next reboot! +- **Temporary**: no name needed, stored in `/tmp/spilltea//` and will be deleted on your next reboot! ## Configuration diff --git a/docs/basics.md b/docs/basics.md index b1a1383..cc0b6ec 100644 --- a/docs/basics.md +++ b/docs/basics.md @@ -4,9 +4,9 @@ Spilltea organizes work into **projects**. Each project maps to a SQLite databas On startup, you choose: -- **New project**: enter a name, stored in `~/.local/share/spilltea/projects/` by default +- **New project**: enter a name, stored in `~/.local/share/spilltea//` by default - **Existing project**: pick from a list of previous projects -- **Temporary**: no name needed, stored in `/tmp/spilltea/projects/` and will be deleted on your next reboot! +- **Temporary**: no name needed, stored in `/tmp/spilltea//` and will be deleted on your next reboot! ## Configuration