diff --git a/packages/visx-sankey/Readme.md b/packages/visx-sankey/Readme.md index d53a85fc4..9392e5998 100644 --- a/packages/visx-sankey/Readme.md +++ b/packages/visx-sankey/Readme.md @@ -72,9 +72,8 @@ const data = { nodes, links }; return ( - - nodeAlign={sankeyCenter} - size={[100, 100]}>{({ graph, createPath }) => ( + + {({ graph, createPath }) => ( <> {graph.links.map((link, i) => (