@applemusic-like-lyrics/core 0.5.1 → 0.6.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
@@ -37,9 +37,8 @@ yarn add @applemusic-like-lyrics/core # using yarn
37
37
 
38
38
  ## Usage Summary
39
39
 
40
- For detailed API documentation, please refer to [./docs/modules.md](./docs/modules.md)
40
+ For detailed API documentation, please refer to [AMLL Docs](https://amll.dev/en/reference/core).
41
41
 
42
- A test program can be found in [../playground/core/src/test.ts](../playground/core/src/test.ts).
43
42
 
44
43
  ```typescript
45
44
  import { LyricPlayer } from "@applemusic-like-lyrics/core";