From 025636d7c3cd4bd6cdde97eafd7fe73fe4e81dd5 Mon Sep 17 00:00:00 2001 From: Brian Beck Date: Thu, 27 Apr 2017 13:06:28 -0700 Subject: [PATCH] Fix client submodule link (#29) Fixes #28. Thanks @lawshe! --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e2d3fdc..ed42e9f 100644 --- a/README.md +++ b/README.md @@ -86,8 +86,8 @@ app.listen(3000); The `graphbrainz` middleware function accepts the following options: * **`client`**: A custom API client instance to use. See the - [client submodule](src/api.js) for help with creating a custom instance. You - probably only need to do this if you want to adjust the rate limit and retry + [client submodule](src/api/client.js) for help with creating a custom instance. + You probably only need to do this if you want to adjust the rate limit and retry behavior. * Any remaining options are passed along to the standard GraphQL middleware. See the [express-graphql][] documentation for more information.