Skip to content

Commit d357a3b

Browse files
authored
yarn "install" is now "add"
error `install` has been replaced with `add` to add new dependencies. Run "yarn add react-inview-monitor" instead.
1 parent b749438 commit d357a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/components/MainHeader.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const MainHeader = () =>
1212
</div>
1313

1414
<div className="main-header__install-cta max-width-2 mx-auto border p1">
15-
$ yarn install react-inview-monitor
15+
$ yarn add react-inview-monitor
1616
</div>
1717
</header>
1818

0 commit comments

Comments
 (0)