Skip to content

Commit 21a4d47

Browse files
authored
fix(README): correct package import (#281)
Missing @ sign when importing package
1 parent f0a8c33 commit 21a4d47

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
@@ -258,7 +258,7 @@ await myGraphql(`
258258
Additionally, `GraphQlQueryResponseData` has been exposed to users:
259259

260260
```ts
261-
import type { GraphQlQueryResponseData } from "octokit/graphql";
261+
import type { GraphQlQueryResponseData } from "@octokit/graphql";
262262
```
263263

264264
## Errors

0 commit comments

Comments
 (0)