commit 27f0c64d64d0e4dd5c09efa0133b07da4fc0cbbf
parent 39dc1a519b5a30a11bb6983abfcc508550fb4b12
Author: Hunter
Date: Fri, 2 Aug 2024 00:00:04 -0400
update readme.md
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/readme.md b/readme.md
@@ -36,7 +36,7 @@ a hierarchical task manager that helps you break complex tasks down into managea
### text editing
- standard text editing controls apply when a task's text area is focused
- `Command/Ctrl + C` copy the entire text of the currently selected task
-- `Command/Ctrl + V` paste text content from the clipboard into the current task's text input
+- `Command/Ctrl + V` paste text content from the clipboard into the current task
## data persistence
your task tree is automatically saved to your browser's local storage. this ensures your tasks will persist even if you close the browser or refresh the page. note that clearing your browser data may erase your saved tasks.