mars3d-space 3.8.6 → 3.8.7

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
@@ -47,7 +47,7 @@ npm install mars3d-space --save
47
47
 
48
48
  ```js
49
49
  //导入mars3d主库
50
- import "mars3d/dist/mars3d.css";
50
+ import "mars3d/mars3d.css";
51
51
  import * as mars3d from "mars3d";
52
52
 
53
53
  //导入mars3d插件 [在mars3d引入后]