From 9470a1549da5018195eab3415225a2f93706bdeb Mon Sep 17 00:00:00 2001 From: Robert Balicki Date: Wed, 10 Aug 2022 17:47:34 -0400 Subject: [PATCH] clarify folders in react devtools readme --- packages/react-devtools/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/react-devtools/README.md b/packages/react-devtools/README.md index cb13ff78a7c6a..e64cae6bc7d9e 100644 --- a/packages/react-devtools/README.md +++ b/packages/react-devtools/README.md @@ -129,7 +129,7 @@ To use the latest build from CI, run the following command from the root of the You can test the standalone DevTools by running the following: * **First, complete the prerequisite steps above! If you don't do it, none of the steps below will work.** -* Then, run `yarn start:backend` and `yarn start:standalone` in `../react-devtools-core` -* Run `yarn start` in this folder +* Then, run `yarn start:backend` and `yarn start:standalone` in `packages/react-devtools-core` +* Run `yarn start` in `packages/react-devtools` * Refresh the app after it has recompiled a change * For React Native, copy `react-devtools-core` to its `node_modules` to test your changes.