Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/react-devtools-extensions/chrome/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The Chrome extension

The source code for this extension has moved to `shells/webextension`.
The source code for this extension has moved to ~~`shells/webextension`~~.

Modify the source code there and then rebuild this extension by running `node build` from this directory or `yarn run build:extension:chrome` from the root directory.

Expand Down
2 changes: 1 addition & 1 deletion packages/react-devtools-extensions/edge/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The Microsoft Edge extension

The source code for this extension has moved to `shells/webextension`.
The source code for this extension has moved to ~~`shells/webextension`~~.

Modify the source code there and then rebuild this extension by running `node build` from this directory or `yarn run build:extension:edge` from the root directory.

Expand Down
2 changes: 1 addition & 1 deletion packages/react-devtools-extensions/firefox/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The Firefox extension

The source code for this extension has moved to `shells/webextension`.
The source code for this extension has moved to ~~`shells/webextension`~~.

Modify the source code there and then rebuild this extension by running `node build` from this directory or `yarn run build:firefox` from the root directory.

Expand Down