From 4cfe32d47efe0aa3f97a66272254347e5eb7cfda Mon Sep 17 00:00:00 2001 From: Kris <72598069+MelodyFish@users.noreply.github.com> Date: Sat, 18 Jan 2025 16:10:03 +0800 Subject: [PATCH] Update CollectionGraph.mdx --- .../src/components/CollectionGraph/__docs__/CollectionGraph.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/storykit/src/components/CollectionGraph/__docs__/CollectionGraph.mdx b/packages/storykit/src/components/CollectionGraph/__docs__/CollectionGraph.mdx index 3ef4abd2..a6cbff8a 100644 --- a/packages/storykit/src/components/CollectionGraph/__docs__/CollectionGraph.mdx +++ b/packages/storykit/src/components/CollectionGraph/__docs__/CollectionGraph.mdx @@ -19,7 +19,7 @@ Show IP Asset derivatives graph. The IP Graph also requires [react-force-graph-2d](https://www.npmjs.com/package/react-force-graph-2d). ```bash -npm install react-force-graph-2d +pnpm add react-force-graph-2d ``` ## Usage