Skip to content

Commit b274890

Browse files
authored
Updated the URL link for serve (#25296)
1 parent 3d615fc commit b274890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-devtools/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ By default DevTools listen to port `8097` on `localhost`. If you need to customi
9797

9898
![Allow access to file URLs](https://user-images.githubusercontent.com/29597/64646784-95b58080-d3cc-11e9-943d-02474683398a.png)
9999

100-
Or you could develop with a local HTTP server [like `serve`](https://www.npmjs.com/package/serve).
100+
Or you could develop with a local HTTP server like [`serve`](https://www.npmjs.com/package/serve).
101101

102102
**The React tab won't show up if the site doesn't use React**, or if React can't communicate with the devtools. When the page loads, the devtools sets a global named `__REACT_DEVTOOLS_GLOBAL_HOOK__`, then React communicates with that hook during initialization. You can test this on the [React website](https://reactjs.org/) or by inspecting [Facebook](https://www.facebook.com/).
103103

0 commit comments

Comments
 (0)