summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2020-06-25 12:53:00 +0200
committerGitHub <noreply@github.com>2020-06-25 12:53:00 +0200
commitc0fe520d6a372243b7715cd0bf35170985eda3c8 (patch)
tree58236c03f2e1278f6f019ea62222d215e090d93e
parent97c9c698b6b18e351a990d7036334b39939e5e13 (diff)
docs(readme): fix error in how it works
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5e62742..ef4b6f4 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
## How does it work?
-Given a path on your hard-drive (which could also be the root path, eg. `/`). `diskonaut` scans it and maps it to memory so that you could explore its contents (even while still scanning!).
+Given a path on your hard-drive (which could also be the root path, eg. `/`). `diskonaut` scans it and indexes its metadata to memory so that you could explore its contents (even while still scanning!).
Once completed, you can navigate through subfolders, getting a visual treemap representation of what's taking up your disk space. You can even delete files or folders and `diskonaut` will track how much space you've freed up in this session.