Skip to content

Commit 7f51276

Browse files
authored
Update README.md
updated the example import statement.
1 parent dffe966 commit 7f51276

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
@@ -35,7 +35,7 @@ NOTE: a Redis server instance will need to be started in order for the limiter t
3535

3636
```javascript
3737
// import package
38-
import expressGraphQLRateLimiter from 'graphql-limiter';
38+
import { expressGraphQLRateLimiter } from 'graphql-limiter';
3939

4040
/**
4141
* Import other dependencies

0 commit comments

Comments
 (0)