diff --git a/README.md b/README.md
index 74da116ec93d1b8a00b0b51068687eb779b5b568..49ca6383f3a6924a1d6b22c0e9c6ead80de5b359 100644
--- a/README.md
+++ b/README.md
@@ -131,11 +131,12 @@ In this directory you will find
 
 - `config.ini` The configuration file you should be editing if you want to
   modify sbws's behavior.
-- `config.log.ini` The configuration file you should edit if you want to modify
-  how sbws logs.
-- `datadir` Once your sbws scanner has started gathering results, it will dump
+- `datadir/` Once your sbws scanner has started gathering results, it will dump
   them into this directory. Other sbws commands (such as generate and stats)
   read results from the files in this directory.
+- `log/` If configured, this directory stores logs generated by all the sbws
+  commands in rotating log files.
+- `v3bw/` This directory stores the v3bw files created with `sbws generate`.
 
 ## Running tests