Skip to content

Commit

Permalink
Merge pull request #31 from trayio/alex-burley/CSP-2419/update-utils-…
Browse files Browse the repository at this point in the history
…readme-1

[CSP-2419] Update README.md
  • Loading branch information
alexburley authored Mar 25, 2020
2 parents 211e5a0 + e904611 commit e354e6f
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 e354e6f

Please sign in to comment.