Skip to content

Commit

Permalink
Updating app files
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsislimadev committed Jun 4, 2024
1 parent 2ebaa11 commit 093d1e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ npm i @brtmvdl/database
## how to use

```js
// index.js
// index.mjs

import { Database } from '@brtmvdl/database'

Expand All @@ -37,7 +37,7 @@ console.log('user', user.readManyString(['email', 'password']))
```sh
# bash

node index.js
node index.mjs
```

## license
Expand Down

0 comments on commit 093d1e0

Please sign in to comment.