Skip to content

Commit

Permalink
Fix package name in docs for APQ (#3328)
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkjson authored and abernix committed Sep 25, 2019
1 parent 7e6a6be commit 7132f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/performance/apq.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const client = new ApolloClient({
Inside Apollo Server, the query registry is stored in a user-configurable cache. By default, Apollo Server uses a in-memory cache. This can be configured inside of the `ApolloServer` constructor:

```js
const { MemcachedCache } = require('apollo-server-memcached');
const { MemcachedCache } = require('apollo-server-cache-memcached');
const { ApolloServer } = require('apollo-server');

const server = new ApolloServer({
Expand Down

0 comments on commit 7132f6b

Please sign in to comment.