From 7aee99567a3eb674e9598854a0a189ca3eb82743 Mon Sep 17 00:00:00 2001 From: Joe Vilches Date: Fri, 15 Dec 2023 16:26:31 -0800 Subject: [PATCH] Change readme yarn link (#1521) Summary: Pull Request resolved: https://github.com/facebook/yoga/pull/1521 I linked the forked version of yarn when in reality it should be yarn classic Reviewed By: NickGerleman Differential Revision: D52215925 fbshipit-source-id: 5d5800d162f2cc250fcf54151de0de87a427abc2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e6e5c50..4a9cfbd4 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Many of Yoga's tests are automatically generated, using HTML fixtures describing To generate new tests from added fixtures: -1. Ensure you have [yarn](https://yarnpkg.com/) installed. +1. Ensure you have [yarn classic](https://classic.yarnpkg.com) installed. 2. Run `yarn install` to install dependencies for the test generator. 3. Run `yarn gentest` in the `yoga` directory.