You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'linking' is something of a symmetric verb. Linking packages A and B doesn't imply a specific hierarchy.
Replacing one instance of *link* here with *consume* make the direction of the dependency more obvious on first read.
Copy file name to clipboardExpand all lines: lang/en/docs/cli/link.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ There are two commands to facilitate this workflow:
16
16
17
17
##### `yarn link` (in package you want to link) <aclass="toc"id="toc-yarn-link-in-package-you-want-to-link"href="#toc-yarn-link-in-package-you-want-to-link"></a>
18
18
19
-
This command is run in the package folder you'd like to link. For example if you
19
+
This command is run in the package folder you'd like to consume. For example if you
20
20
are working on `react` and would like to use your local version to debug a
21
21
problem in `react-relay`, simply run `yarn link` inside of the `react` project.
0 commit comments