Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexburley authored Mar 25, 2020
1 parent 73fdd22 commit e904611
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 @@ -29,7 +29,7 @@ utils.error.UserInputError('custom error message')
A better usage alternative is to use destructuring, as in the example:

```
const { UserInputError } = require('@trayio/connector-utils/lib/errors')
const { UserInputError } = require('@trayio/connector-utils').errors
```

A full breakdown of available utilities is included in the documentation below.
Expand Down

0 comments on commit e904611

Please sign in to comment.