Skip to content

Commit

Permalink
Updating app files
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsislimadev authored Dec 16, 2024
1 parent c231c41 commit 42699c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Easy Database Node.js library

[![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)
[![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)

## social & donate

Expand All @@ -13,15 +13,15 @@ Easy Database Node.js library
```bash
# bash

npm i @brtmvdl/database
npm i adatabase
```

## how to use

```js
// index.mjs

import { Database } from '@brtmvdl/database'
import { Database } from 'adatabase'

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

Expand All @@ -42,7 +42,7 @@ node index.mjs

## author

[@brtmvdl](https://www.linkedin.com/in/brtmvdl/)
[@brtmvdl](https://www.linkedin.com/in/tarsislimadev/)

## license

Expand Down

0 comments on commit 42699c1

Please sign in to comment.