Skip to content

Commit 244e76f

Browse files
committed
update installation
1 parent e964608 commit 244e76f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/documentation/src/pages/Dashboard.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ const Dashboard = () => (
1010
</Box>
1111
<Typography variant="h4">Installation</Typography>
1212
<Box p={2} bgcolor="grey.200" borderRadius={2} color="secondary.main">
13-
<Typography>npm install --save react-sortly react-dnd react-dnd-html5-backend</Typography>
13+
<Typography>npm install --save react-sortly react-dnd react-dnd-html5-backend immutability-helper memoize-one</Typography>
14+
</Box>
15+
Or
16+
<Box p={2} bgcolor="grey.200" borderRadius={2} color="secondary.main">
17+
<Typography>yarn add react-sortly react-dnd react-dnd-html5-backend immutability-helper memoize-one</Typography>
1418
</Box>
1519
</div>
1620
);

0 commit comments

Comments
 (0)