Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thebigredgeek authored Mar 27, 2017
1 parent ec1f90e commit 974d7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Create a few child resolvers for access control:
```javascript
import { createError } from 'apollo-errors';

import baseResolver from './baseResolver';
import { baseResolver } from './baseResolver';

const ForbiddenError = createError('ForbiddenError', {
message: 'You are not allowed to do this'
Expand Down

0 comments on commit 974d7d0

Please sign in to comment.