From f9e2b2261bb434fec0bfe30283e20e1c2e768443 Mon Sep 17 00:00:00 2001 From: arkohut <39525455+arkohut@users.noreply.github.com> Date: Mon, 9 Sep 2024 21:09:54 +0800 Subject: [PATCH] docs: typo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2cd2574..f6d3a49 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ A project to index everything to make it like another memory. The project contains two parts: -1. `screen recorder`: which will take screenshots every 5 seconds and save it at `~/tmp` by default. -2. `memos server`: a web service which can index the screenshots and other files, and provide a web interface to search the records. +1. `screen recorder`: which takes screenshots every 5 seconds and saves them to `~/.memos/screenshots` by default. +2. `memos server`: a web service that can index the screenshots and other files, providing a web interface to search the records. -There is a product called [Rewind](https://www.rewind.ai/) which is similar to memos. But memos try to make all the data controlled by yourself. +There is a product called [Rewind](https://www.rewind.ai/) that is similar to memos, but memos aims to give you control over all your data. ## Install