Skip to content

Commit 579feb5

Browse files
Update README.md
1 parent 4ef2b39 commit 579feb5

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
@@ -12,7 +12,7 @@ GraphQL Rest Router allows you to expose an internal GraphQL API as a REST API.
1212
_Example Usage_
1313
```js
1414
import GraphQLRestRouter from 'graphql-rest-router';
15-
import * as OpenApi from 'graphql-rest-router';
15+
import * as OpenApi from 'graphql-rest-router/OpenApi';
1616

1717
const Schema = `
1818
query UserById($id: Int!) {

0 commit comments

Comments
 (0)