From 68be54ab5530a83cddc78f06178a0b9dd0dab2ad Mon Sep 17 00:00:00 2001 From: Adrian Sieber <36796532+ad-si@users.noreply.github.com> Date: Sun, 19 Oct 2025 19:46:34 +0000 Subject: [PATCH] Fix broken YAML example code in README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a5c394b1a..300d91b91 100644 --- a/README.md +++ b/README.md @@ -506,6 +506,7 @@ In this case we override the package with its local copy, which should have a `s ```yaml workspace: + packageSet: registry: 41.2.0 extraPackages: aff: @@ -538,6 +539,7 @@ In this case, we can just change the override to point to some commit of our for ```yaml workspace: + packageSet: registry: 41.2.0 extraPackages: aff: @@ -560,7 +562,8 @@ There are a few possible scenarios - the most straightforward is when a package ``` workspace: - registry: 41.2.0 + packageSet: + registry: 41.2.0 extraPackages: some-package-from-the-registry: 4.0.0 ``` @@ -569,6 +572,7 @@ Another possibility is that the package is not in the registry (maybe it's your ```yaml workspace: + packageSet: registry: 41.2.0 extraPackages: facebook: @@ -584,6 +588,7 @@ The last possible case is the one picking up a local folder as a package (note: ```yaml workspace: + packageSet: registry: 41.2.0 extraPackages: facebook: