Skip to content

Commit 42699c1

Browse files
Updating app files
1 parent c231c41 commit 42699c1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Easy Database Node.js library
44

5-
[![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/brtmvdl/database/npm-publish.yml?label=GitHub%20Actions&link=https%3A%2F%2Fgithub.com%2Fbrtmvdl%2Fdatabase%2Factions%2Fworkflows%2Fnpm-publish.yml)](https://github.com/brtmvdl/database/actions/workflows/npm-publish.yml) [![npm](https://img.shields.io/npm/dw/%40brtmvdl/database?label=NPM%20Weekly%20Downloads)](https://www.npmjs.com/package/@brtmvdl/database) [![github/stars](https://img.shields.io/github/stars/brtmvdl/database?style=social)](https://img.shields.io/github/stars/brtmvdl/database?style=social)
5+
[![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/tarsislimadev/adatabase/npm-publish.yml?label=GitHub%20Actions&link=https%3A%2F%2Fgithub.com%2Ftarsislimadev%2Fadatabase%2Factions%2Fworkflows%2Fnpm-publish.yml)](https://github.com/tarsislimadev/adatabase/actions/workflows/npm-publish.yml) [![npm](https://img.shields.io/npm/dw/adatabase?label=NPM%20Weekly%20Downloads)](https://www.npmjs.com/package/adatabase) [![github/stars](https://img.shields.io/github/stars/adatabase?style=social)](https://img.shields.io/github/stars/adatabase?style=social)
66

77
## social & donate
88

@@ -13,15 +13,15 @@ Easy Database Node.js library
1313
```bash
1414
# bash
1515

16-
npm i @brtmvdl/database
16+
npm i adatabase
1717
```
1818

1919
## how to use
2020

2121
```js
2222
// index.mjs
2323

24-
import { Database } from '@brtmvdl/database'
24+
import { Database } from 'adatabase'
2525

2626
const db = new Database({ type: 'fs', config: '/data' })
2727

@@ -42,7 +42,7 @@ node index.mjs
4242

4343
## author
4444

45-
[@brtmvdl](https://www.linkedin.com/in/brtmvdl/)
45+
[@brtmvdl](https://www.linkedin.com/in/tarsislimadev/)
4646

4747
## license
4848

0 commit comments

Comments
 (0)