globe.gl 2.26.12 → 2.27.0

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
@@ -57,10 +57,6 @@ And check out the [React bindings](https://github.com/vasturiano/react-globe.gl)
57
57
  import Globe from 'globe.gl';
58
58
  ```
59
59
  or
60
- ```js
61
- const Globe = require('globe.gl');
62
- ```
63
- or even
64
60
  ```html
65
61
  <script src="//unpkg.com/globe.gl"></script>
66
62
  ```