We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d61f17 + 85f0b22 commit 75d5ce7Copy full SHA for 75d5ce7
documentation/md/getting-started.md
@@ -51,7 +51,7 @@ To install Cytoscape.js via npm:
51
npm install cytoscape
52
```
53
54
-To use Cytoscape.js in a ESM environment with npm (e.g. Webpack or Node.js with the [`esm`](https://www.npmjs.com/package/esm) package):
+To use Cytoscape.js in an ESM environment with npm (e.g. Webpack or Node.js with the [`esm`](https://www.npmjs.com/package/esm) package):
55
56
```js
57
import cytoscape from 'cytoscape';
0 commit comments