Skip to content

Commit 75d5ce7

Browse files
authored
Merge pull request cytoscape#2911 from Mr-DG-Wick/DOCS
modified getting-started.md file with a minor grammar fix
2 parents 2d61f17 + 85f0b22 commit 75d5ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/md/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To install Cytoscape.js via npm:
5151
npm install cytoscape
5252
```
5353

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):
54+
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):
5555

5656
```js
5757
import cytoscape from 'cytoscape';

0 commit comments

Comments
 (0)