diff --git a/README.md b/README.md index c896b53..1bb3264 100644 --- a/README.md +++ b/README.md @@ -62,8 +62,9 @@ const app = express(); app.use('/graphbrainz', graphbrainz()); // or, pass some options: app.use('/graphbrainz', graphbrainz({ - client: clientInstance, - graphiql: true + client: new MusicBrainz({ ... }), + graphiql: true, + ... })); app.listen(3000);