From d992cc66fd089b7ed3a8d05d705444cb37317fae Mon Sep 17 00:00:00 2001 From: Brian Beck Date: Fri, 25 Nov 2016 18:31:06 -0800 Subject: [PATCH] Add link to demo --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 045d0cb..ab806ce 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ An [Express][] server and middleware for querying [MusicBrainz][] using npm install graphbrainz --save ``` +**[Try it out live!][demo]** + ## Contents @@ -143,6 +145,7 @@ Nirvana albums and their singles: See the [GraphQL schema][schema]. +[demo]: https://graphbrainz.herokuapp.com/ [Express]: http://expressjs.com/ [MusicBrainz]: https://musicbrainz.org/ [GraphQL]: http://graphql.org/