Skip to content

Commit e9d3d8a

Browse files
Use the correct org name
1 parent ac4e75c commit e9d3d8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
Custom GraphQL Types, such as Date and Cursor
33

44
## Install
5-
`yarn add @limit-zero/graphql-custom-types`
5+
`yarn add @limit0/graphql-custom-types`
66

77
## Usage
88
Within your root resolver file, require the types and add them to the tree, similar to the following:
99
```js
10-
const { DateType, CursorType } = require('@limit-zero/graphql-custom-types');
10+
const { DateType, CursorType } = require('@limit0/graphql-custom-types');
1111

1212
const resolvers = {
1313
Date: DateType,

0 commit comments

Comments
 (0)