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

Commit 333c846

Browse files
committed
fix README
1 parent 83063f4 commit 333c846

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,7 @@ For development, I recommend using the one hosted by unpkg.
120120
```tsx
121121
import React, { FC } from 'react';
122122
import ReactDOM from 'react-dom';
123-
import { Digraph, Node, Edge } from '@ts-graphviz/react';
124-
import { Graphviz } from '@ts-graphviz/react/web';
123+
import { Graphviz, Digraph, Node, Edge } from '@ts-graphviz/react';
125124
import { wasmFolder } from '@hpcc-js/wasm';
126125

127126
wasmFolder('https://unpkg.com/@hpcc-js/wasm/dist/');

0 commit comments

Comments
 (0)