diff --git a/README.md b/README.md index 1bb3264..045d0cb 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ const app = express(); // Use the default options: app.use('/graphbrainz', graphbrainz()); + // or, pass some options: app.use('/graphbrainz', graphbrainz({ client: new MusicBrainz({ ... }),