From 093d1e036af33453c3a56a0400cd7b423972736b Mon Sep 17 00:00:00 2001 From: Tarsis Date: Tue, 4 Jun 2024 11:39:41 -0300 Subject: [PATCH] Updating app files --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0534de4..d25f2d5 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ npm i @brtmvdl/database ## how to use ```js -// index.js +// index.mjs import { Database } from '@brtmvdl/database' @@ -37,7 +37,7 @@ console.log('user', user.readManyString(['email', 'password'])) ```sh # bash -node index.js +node index.mjs ``` ## license