From 39248e2be63179bad596a47aae9fa79cf91563e5 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Sat, 30 May 2026 00:45:49 +0200 Subject: [PATCH] fix: bad path Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- README.md | 4 ++-- docs/basics.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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