@earthview/core 0.2.1 → 0.2.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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -24,11 +24,11 @@ A reliable geographic information graphics system developed based on OpenLayers.
|
|
|
24
24
|
## ⚙️ Install
|
|
25
25
|
|
|
26
26
|
```bash
|
|
27
|
-
npm i @
|
|
27
|
+
npm i @earthview/core
|
|
28
28
|
```
|
|
29
29
|
|
|
30
30
|
```bash
|
|
31
|
-
yarn add @
|
|
31
|
+
yarn add @earthview/core
|
|
32
32
|
```
|
|
33
33
|
|
|
34
34
|
## Quick Start
|