Skip to content

Commit 41c2de6

Browse files
docs(implementations): audit report [skip ci]
1 parent 5c0d40e commit 41c2de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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/express';
771+
import { createHandler } from 'graphql-http/lib/use/http';
772772
import processRequest from 'graphql-upload/processRequest.mjs'; // yarn add graphql-upload
773773
import { schema } from './my-graphql';
774774

0 commit comments

Comments
 (0)