@gravito/spectrum 1.0.1-beta.1 → 2.0.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
@@ -27,7 +27,7 @@ bun add @gravito/spectrum
27
27
  Simply register the `SpectrumOrbit` in your application entry point:
28
28
 
29
29
  ```typescript
30
- import { PlanetCore } from 'gravito-core'
30
+ import { PlanetCore } from '@gravito/core'
31
31
  import { SpectrumOrbit } from '@gravito/spectrum'
32
32
 
33
33
  const core = new PlanetCore()