diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md
index 412774fd1ae5b5a0f351fb8edd11ae460b3d18a2..a2adeca4c8377df969f398321e67c000e1dfb737 100644
--- a/docs/usage/configuration-options.md
+++ b/docs/usage/configuration-options.md
@@ -1804,7 +1804,7 @@ You can configure a different maximum value in seconds using `maxRetryAfter`:
 ### dnsCache
 
 Enable got [dnsCache](https://github.com/sindresorhus/got/blob/v11.5.2/readme.md#dnsCache) support.
-It uses `QuickLRU` with a `maxSize` of `1000`.
+It uses [`lru-cache`](https://github.com/isaacs/node-lru-cache) with the `max` option set to `1000`.
 
 ### enableHttp2