Update README.md

This commit is contained in:
Brian Beck 2021-04-15 21:37:54 -07:00 committed by GitHub
parent f095cd4de7
commit 740a499377
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,11 @@ A [GraphQL][] schema, [Express][] server, and middleware for querying the
[MusicBrainz][] API. It features an [extensible](./docs/extensions) schema to [MusicBrainz][] API. It features an [extensible](./docs/extensions) schema to
add integration with Discogs, Spotify, Last.fm, fanart.tv, and more! add integration with Discogs, Spotify, Last.fm, fanart.tv, and more!
**[Try out the live demo!][demo]** :bulb: Use the “Docs” sidebar, the
[schema][], or the [types][] docs to help construct your query.
## Install
Install with npm: Install with npm:
```sh ```sh
@ -21,9 +26,6 @@ Install with Yarn:
yarn add graphbrainz yarn add graphbrainz
``` ```
**[Try out the live demo!][demo]** :bulb: Use the “Docs” sidebar, the
[schema][], or the [types][] docs to help construct your query.
_GraphBrainz is written and distributed as native Node.js ECMAScript modules _GraphBrainz is written and distributed as native Node.js ECMAScript modules
(ESM) and requires a compatible version._ (ESM) and requires a compatible version._