From c1c00e2ceef43fc8f68acf8cd77f696bc4e2b862 Mon Sep 17 00:00:00 2001 From: Bas Zalmstra Date: Fri, 29 Sep 2023 23:00:45 +0200 Subject: [PATCH] fix: feature in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a397b3d0..c3d85b2f 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ More intricacies of the PyPI ecosystem need to be implemented, see our GitHub is We have integrated the stand-alone packaging SAT solver [Resolvo](https://github.com/mamba-org/resolvo), to resolve pypi packages. This solver is incremental and adds packaging metadata during resolution of the SAT problem. -This feature can be enabled with the `resolvo-pypi` feature flag. +This feature can be enabled with the `resolvo` feature flag. ## Contributing 😍