force-graph 1.43.0 → 1.43.2

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,7 +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
59
+ or using a *script* tag
60
60
  ```html
61
61
  <script src="//unpkg.com/force-graph"></script>
62
62
  ```