diff --git a/fixtures/unstable-async/suspense/README.md b/fixtures/unstable-async/suspense/README.md index 566f56950e..cb5b823c34 100644 --- a/fixtures/unstable-async/suspense/README.md +++ b/fixtures/unstable-async/suspense/README.md @@ -14,9 +14,13 @@ No. The APIs being tested here are unstable and some of them have still not been Clone the React repository. -Open `packages/shared/ReactFeatureFlags.js` locally (make sure you didn't open a similarly named file!) and set [the `enableSuspense` flag](https://github.com/facebook/react/blob/d79238f1eeb6634ba7a3df23c3b2709b56cbb8b2/packages/shared/ReactFeatureFlags.js#L19) to `true`. +First, open this file locally: -Then follow these steps: +* `packages/shared/ReactFeatureFlags.js` (make sure you didn't open a similarly named file!) + +Set [the `enableSuspense` flag](https://github.com/facebook/react/blob/d79238f1eeb6634ba7a3df23c3b2709b56cbb8b2/packages/shared/ReactFeatureFlags.js#L19) to `true` and save the file. + +**After you've done that,** follow these steps: ```shell # 1: Build react from source