We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f5b851 commit 05c3dafCopy full SHA for 05c3daf
README.md
@@ -768,7 +768,7 @@ console.log('Listening to port 4000');
768
769
```js
770
import express from 'express'; // yarn add express
771
-import { createHandler } from 'graphql-http/lib/use/http';
+import { createHandler } from 'graphql-http/lib/use/express';
772
import processRequest from 'graphql-upload/processRequest.mjs'; // yarn add graphql-upload
773
import { schema } from './my-graphql';
774
0 commit comments