We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de546ec + d2da768 commit 7af47a4Copy full SHA for 7af47a4
1 file changed
README.md
@@ -23,7 +23,7 @@ This library is distributed only via [NPM](npmjs.com). Install by running
23
Require it in your code like this.
24
25
```javascript
26
-var Graph = require("graph-data-structure");
+const { Graph } = require("graph-data-structure");
27
```
28
29
## Examples
0 commit comments