diff options
Diffstat (limited to 'packages/assert/README.md')
-rw-r--r-- | packages/assert/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/assert/README.md b/packages/assert/README.md index 585b4f39e..40854cfa2 100644 --- a/packages/assert/README.md +++ b/packages/assert/README.md @@ -25,7 +25,7 @@ Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting ### Install Dependencies -If you don't have yarn workspaces enabled - enable them: +If you don't have yarn workspaces enabled (Yarn < v1.0) - enable them: ```bash yarn config set workspaces-experimental true ``` |