From 48c92dc382aca35bc5a286256e00dc2a65db69e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Mon, 20 Jul 2026 16:00:16 +0200 Subject: [PATCH] work --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8f3808f..dd5b4b0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# RustPad 0.6.0 +# RustPad 0.0.1 Collaborative Markdown editor with standalone notes and workspaces. @@ -10,7 +10,7 @@ Collaborative Markdown editor with standalone notes and workspaces. The script creates `data/db` and `data/files`, builds the project, and runs it with Cargo. When Cargo is unavailable, it uses `docker compose up --build`. -## Funkcje notatek workspace +## Functions (Workspaces) - real-time collaborative editing over WebSocket, - nickname remembered in `localStorage`, @@ -22,7 +22,7 @@ The script creates `data/db` and `data/files`, builds the project, and runs it w - Markdown i diagramy Mermaid, - history with snippets, previews, and version restore. -## Dane +## Data - SQLite: `data/db/rustpad.db`, - files: `data/files/pads/_/` i `data/files/notes/_/`; the public URL has the form `/f//`.