diff --git a/docs/docs/reference/configuration.md b/docs/docs/reference/configuration.md index 7a33e34b04..ec1eef0256 100644 --- a/docs/docs/reference/configuration.md +++ b/docs/docs/reference/configuration.md @@ -59,7 +59,7 @@ The following configuration items can be retrieved and modified by [`pdm config` | `pypi..url` | The URL of custom package source | `https://pypi.org/simple` | Yes | | | `pypi..username` | The username to access custom source | | Yes | | | `pypi..password` | The password to access custom source | | Yes | | -| `pypi..type` | `find_links` | `index` | `index` | Yes | | +| `pypi..type` | `index` or `find_links` | `index` | Yes | | | `pypi..verify_ssl` | Verify SSL certificate when query custom source | `True` | Yes | | | `strategy.save` | Specify how to save versions when a package is added | `minimum`(can be: `exact`, `wildcard`, `minimum`, `compatible`) | Yes | | | `strategy.update` | The default strategy for updating packages | `reuse`(can be : `eager`) | Yes | |