Skip to content

Commit 2663a12

Browse files
committed
Tweak wording
1 parent d4eadea commit 2663a12

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

packages/react-devtools/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,10 @@ To use the latest build from CI, run the following command from the root of the
128128
./scripts/release/download-experimental-build.js
129129
```
130130
### Build steps
131-
Once the above packages have been built or downloaded, you can test the standalone DevTools by running the following:
131+
You can test the standalone DevTools by running the following:
132132

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

scripts/release/shared-commands/check-environment-variables.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = () => {
1515
In order to run this script you will need to create your own API token.
1616
Instructions can be found at:
1717
18-
{link https://circleci.com/docs/api/v1-reference/#getting-started}
18+
{link https://app.circleci.com/settings/user/tokens}
1919
2020
To make this token available to the release script, add it to your {path .bash_profile} like so:
2121

0 commit comments

Comments
 (0)