Skip to content
This repository was archived by the owner on Mar 17, 2024. It is now read-only.

Commit d4af9b1

Browse files
committed
fix README
1 parent a11d1dc commit d4af9b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $ npm install @ts-graphviz/react
2323

2424
```tsx
2525
import React, { FC } from 'react';
26-
import { Digraph, Node, Subgraph, renderToDot, Edge } from '../src';
26+
import { Digraph, Node, Subgraph, renderToDot, Edge } from '@ts-graphviz/react';
2727

2828
const Example: FC = () => (
2929
<Digraph dpi={150}>

0 commit comments

Comments
 (0)