diff --git a/packages/graphql_flutter/README.md b/packages/graphql_flutter/README.md index bb7f77317..f15787350 100644 --- a/packages/graphql_flutter/README.md +++ b/packages/graphql_flutter/README.md @@ -97,7 +97,7 @@ void main() async { GraphQLClient( link: link, // The default store is the InMemoryStore, which does NOT persist to disk - store: GraphQLCache(store: HiveStore()), + cache: GraphQLCache(store: HiveStore()), ), );