diff --git a/README.md b/README.md index 759c67f..15f85eb 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Each condition from the [PG documentation](https://www.postgresql.org/docs/9.2/e `not_null_violation` => `PG_NOT_NULL_VIOLATION` ```javascript -const { PG_UNIQUE_VIOLATION, PG_NOT_NULL_VIOLATION } = require('postgres-error-codes') +const { PG_UNIQUE_VIOLATION, PG_NOT_NULL_VIOLATION } = require('@drdgvhbh/postgres-error-codes') async function createUserMethod(req, res, next) { try {