Skip to content

Commit

Permalink
docs: remove browser note
Browse files Browse the repository at this point in the history
  • Loading branch information
eegli committed Apr 26, 2023
1 parent 3d159d3 commit d2e983c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions website/docs/packages/core.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit d2e983c

Please sign in to comment.