Skip to content

Commit 8cae66c

Browse files
rbalicki2rickhanlonii
authored andcommitted
[easy] Clarify folders in react devtools readme #25077
Clarify the folder from which we run various commands in the react-devtools readme
1 parent 85a1e89 commit 8cae66c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-devtools/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ To use the latest build from CI, run the following command from the root of the
129129
You can test the standalone DevTools by running the following:
130130

131131
* **First, complete the prerequisite steps above! If you don't do it, none of the steps below will work.**
132-
* Then, run `yarn start:backend` and `yarn start:standalone` in `../react-devtools-core`
133-
* Run `yarn start` in this folder
132+
* Then, run `yarn start:backend` and `yarn start:standalone` in `packages/react-devtools-core`
133+
* Run `yarn start` in `packages/react-devtools`
134134
* Refresh the app after it has recompiled a change
135135
* For React Native, copy `react-devtools-core` to its `node_modules` to test your changes.

0 commit comments

Comments
 (0)