From 740a499377a837e0f18281070ee8631219fabe22 Mon Sep 17 00:00:00 2001 From: Brian Beck Date: Thu, 15 Apr 2021 21:37:54 -0700 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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._