diff --git a/README.md b/README.md index cd7f252..71bb6c1 100644 --- a/README.md +++ b/README.md @@ -339,7 +339,7 @@ so later requests will load new values. ```js const myLoader = new DataLoader(keys => { - identityLoader.clearAll() + myLoader.clearAll() return someBatchLoadFn(keys) }) ``` @@ -666,4 +666,4 @@ To initiate the signature process please open a PR against this repo. The EasyCL You can find [detailed information here](https://github.com/graphql/graphql-wg/tree/main/membership). If you have issues, please email [operations@graphql.org](mailto:operations@graphql.org). -If your company benefits from GraphQL and you would like to provide essential financial support for the systems and people that power our community, please also consider membership in the [GraphQL Foundation](https://foundation.graphql.org/join). \ No newline at end of file +If your company benefits from GraphQL and you would like to provide essential financial support for the systems and people that power our community, please also consider membership in the [GraphQL Foundation](https://foundation.graphql.org/join).