force-graph 1.42.18 → 1.43.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -56,11 +56,7 @@ And check out the [React bindings](https://github.com/vasturiano/react-force-gra
56
56
  ```js
57
57
  import ForceGraph from 'force-graph';
58
58
  ```
59
- or
60
- ```js
61
- const ForceGraph = require('force-graph');
62
- ```
63
- or even
59
+ or using a *script* tag
64
60
  ```html
65
61
  <script src="//unpkg.com/force-graph"></script>
66
62
  ```