From 8e6e63133c7d91e42cbb13d6d39d0143460ec07d Mon Sep 17 00:00:00 2001 From: Will Soto Date: Fri, 10 Jul 2020 09:23:56 -0400 Subject: [PATCH] docs(readme): fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b506ecdf..5d3afa6a 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,7 @@ Otherwise subsequent connections will override the previous ones. }; }, }), - ObjectionCoreModule.register({ + ObjectionModule.register({ // You must provide a name for the connection name: "connection2", Model: BaseModel2,