diff --git a/Download-Types.md b/Download-Types.md index c3eb9f0..7c2dada 100644 --- a/Download-Types.md +++ b/Download-Types.md @@ -55,8 +55,8 @@ When a path is opened, Repertory chooses a mode with these rules: ## 🛠 Choosing the right mode -- **Pick `ring_buffer`** if you want to lock in today’s adaptive behavior (bounded disk usage with automatic fallback to direct and promotion to cached on write). -- **Pick `default`** if you’re okay with the current `ring_buffer`-first behavior and want to follow any future improvements to the selection strategy automatically. +- **Pick `ring_buffer`** if you want to lock in today's adaptive behavior (bounded disk usage with automatic fallback to direct and promotion to cached on write). +- **Pick `default`** if you're okay with the current `ring_buffer`-first behavior and want to follow any future improvements to the selection strategy automatically. - **Pick `direct`** if you: - Want minimal disk usage and never want ring buffer used automatically. - Are doing read-only streaming and are fine with promotion to cached only if/when a write happens.