Skip to content

Commit

Permalink
Updating app files
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsislimadev committed Dec 16, 2024
1 parent 9d1f9c6 commit 3f287d5
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 Back-end Node.js library

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

## social & donate

Expand All @@ -13,7 +13,7 @@ Easy Back-end Node.js library
```sh
# bash

npm i @brtmvdl/backend
npm i abackend
```

## how to use
Expand All @@ -33,7 +33,7 @@ npm i @brtmvdl/backend
### index.js

```js
import { Server } from '@brtmvdl/backend'
import { Server } from 'abackend'

const server = new Server()

Expand All @@ -52,7 +52,7 @@ npm start

## author

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

## license

Expand Down

0 comments on commit 3f287d5

Please sign in to comment.