Skip to content

Commit 05c3daf

Browse files
committed
actually express
1 parent 7f5b851 commit 05c3daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ console.log('Listening to port 4000');
768768

769769
```js
770770
import express from 'express'; // yarn add express
771-
import { createHandler } from 'graphql-http/lib/use/http';
771+
import { createHandler } from 'graphql-http/lib/use/express';
772772
import processRequest from 'graphql-upload/processRequest.mjs'; // yarn add graphql-upload
773773
import { schema } from './my-graphql';
774774

0 commit comments

Comments
 (0)