diff --git a/README.md b/README.md
index 4981d7a..9104a40 100644
--- a/README.md
+++ b/README.md
@@ -69,6 +69,7 @@ Version 2 introduced site generation caching. A log `gitgen-cache.json` is creat
- Deleted repositories **need to be removed manually** from `gitgen-cache.json`.
The advantage is two-fold:
+
1. The caching removes the need to regenerate the entire site (all repos) at each run, ensuring faster build times.
2. When deploying to the remote web host, only changes are uploaded. This is assuming a solution like `rsync` or `ftp` is used, both of which are capable of transferring only newer local files to the remote web host.