diff --git a/README.md b/README.md index 74d8576..e424ce2 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,11 @@ A [GraphQL][] schema, [Express][] server, and middleware for querying the [MusicBrainz][] API. It features an [extensible](./docs/extensions) schema to 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: ```sh @@ -21,9 +26,6 @@ Install with Yarn: 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 (ESM) and requires a compatible version._