diff --git a/README.md b/README.md index c5caed365f..397228563d 100644 --- a/README.md +++ b/README.md @@ -290,7 +290,7 @@ Configure circuit relay (see the [circuit relay tutorial](https://github.com/ipf |------|---------| | object | `{ enabled: true, addresses: [...] }` | -Configure external nodes that will preload content added to this node. +Configure remote preload nodes. The remote will preload content added on this node, and also attempt to preload objects requested by this node. - `enabled` (boolean): Enable content preloading (Default: `true`) - `addresses` (array): Multiaddr API addresses of nodes that should preload content. **NOTE:** nodes specified here should also be added to your node's bootstrap address list at [`config.Boostrap`](#optionsconfig).