diff --git a/website/docs/packages/core.mdx b/website/docs/packages/core.mdx index 46e8f5e..43af127 100644 --- a/website/docs/packages/core.mdx +++ b/website/docs/packages/core.mdx @@ -6,9 +6,7 @@ title: Core ## Motivation -The Spotifly core library is a lightweight wrapper for the [Spotify Web API](https://developer.spotify.com/documentation/web-api/). - -Out of the box, it supports both NodeJS 14+ and browsers. Why use it? +The Spotifly core library is a lightweight wrapper for the [Spotify Web API](https://developer.spotify.com/documentation/web-api/). Why would you use it? - **Strong TypeScript and IntelliSense support** - All function parameters and return values are strongly typed @@ -29,7 +27,7 @@ Although the core library is very lightweight, it may be overkill if you're only ### Installation -Installing the types for the Web API is highly recommended! +Node.js ≥ 14 is required. Installing the types for the Web API is highly recommended! ```bash npm2yarn npm install @spotifly/core @types/spotify-api