From 582a9adee13e33e1fa1830a3c23df1325ad126a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phan=20Kochen?= Date: Sun, 29 Oct 2023 21:45:23 +0100 Subject: [PATCH] Update readme for yarn compatibility --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7dc63be..49990b1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ **Upgrading the plugin? See [UPGRADING.md](./UPGRADING.md)** -Generates a [Nix] expression to build a [Yarn] v3 project (not using +Generates a [Nix] expression to build a [Yarn] v3 or v4 project (not using zero-install). - Provides a `yarn` shell alias in the Nix builder — no global Yarn v1 install @@ -43,8 +43,8 @@ Related projects: ## Usage -The minimum version of Yarn is 3.1.0. Run the following in your project folder -to check: +This plugin is compatible with Yarn >= 3.1.0 or >= 4.0.0. Run the following in +your project folder to check: ```sh # Check your Yarn version