rayshon-cesium-expander 1.3.0 → 1.3.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
@@ -11,6 +11,6 @@ yarn add cesium-pander
11
11
  #### Example
12
12
 
13
13
  ```
14
- import * as cesium from 'cesium-expander'
14
+ import * as cesium from 'rayshon-cesium-expander'
15
15
  const viewer = new cesium.Viewer('cesium-container');
16
16
  ```