diff --git a/README.md b/README.md
index 74078769..9c13c97c 100644
--- a/README.md
+++ b/README.md
@@ -1376,28 +1376,19 @@ archivebox init --setup
-#### Run the linters
+#### Run the linters / tests
Click to expand...
```bash
./bin/lint.sh
-```
-(uses `flake8` and `mypy`)
-
-
-
-#### Run the integration tests
-
-Click to expand...
-
-```bash
./bin/test.sh
```
-(uses `pytest -s`)
+(uses `flake8`, `mypy`, and `pytest -s`)
+
#### Make migrations or enter a django shell
Click to expand...