From b09fad999967d0494702db531c6c0cf656620fea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yago=20Tom=C3=A9?= Date: Wed, 30 Dec 2020 10:07:22 -0300 Subject: [PATCH] Fix example in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {