diff --git a/docs/contributing/how-to-contribute.md b/docs/contributing/how-to-contribute.md index 1ec2fa27ab..fecb96ef73 100644 --- a/docs/contributing/how-to-contribute.md +++ b/docs/contributing/how-to-contribute.md @@ -116,8 +116,6 @@ If you want to try your changes in your existing React project, you may copy `bu ```sh cd your_project -rm -rf node_modules/react -rm -rf node_modules/react-dom npm link ~/path_to_your_react_clone/build/packages/react npm link ~/path_to_your_react_clone/build/packages/react-dom ```