diff --git a/Download-Types.md b/Download-Types.md index cbfc687..c3eb9f0 100644 --- a/Download-Types.md +++ b/Download-Types.md @@ -7,9 +7,9 @@ Set your preference with the `PreferredDownloadType` option in `config.json`. > ⚠️ **Important clarification** > As of the current implementation, **`default`** and **`ring_buffer`** behave the same for normal file opens: > - Repertory attempts **ring-buffer mode** first -> - Falls back to **direct** if ring buffer isn’t viable +> - Falls back to **direct** if ring buffer isn't viable > - Promotes to **cached read/write** on a write -> In the future, `default` may switch to a different selection mechanism. Choose `ring_buffer` if you want to lock in today’s behavior. +> In the future, `default` may switch to a different selection mechanism. Choose `ring_buffer` if you want to lock in today's behavior. ---