diff --git a/README.md b/README.md index e3128c6..63a0031 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,15 @@ -
An [Express][] server and middleware for querying [MusicBrainz][] using [GraphQL][]. -`npm install graphbrainz --save` +```sh +npm install graphbrainz --save +``` **[Try out the live demo!][demo]** -Use the “Docs” sidebar, the [schema][], or the [types][] docs to help construct -your query. -
+Use the “Docs” sidebar, the [schema][], or the [types][] docs to help construct your query.