diff --git a/README.md b/README.md index 19d70902..40407007 100644 --- a/README.md +++ b/README.md @@ -931,7 +931,7 @@ const client = createClient({ 🔗 Client usage with reconnect listener ```ts -import { createClient, Client, ClientOptions } from './client'; +import { createClient, Client, ClientOptions } from 'graphql-ws'; import { refetchSomeQueries } from './on-reconnected'; interface ClientWithOnReconnected extends Client {