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
This commit is contained in:
Joe Vilches
2023-12-15 16:26:31 -08:00
committed by Facebook GitHub Bot
parent 43d09a3a94
commit 7aee99567a

View File

@@ -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.