From 3f287d5474ab91cd8a104dc324383f357c86cfb2 Mon Sep 17 00:00:00 2001 From: Tarsis Lima Date: Mon, 16 Dec 2024 11:03:46 -0300 Subject: [PATCH] Updating app files --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5963733..4574122 100644 --- a/README.md +++ b/README.md @@ -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 @@ -13,7 +13,7 @@ Easy Back-end Node.js library ```sh # bash -npm i @brtmvdl/backend +npm i abackend ``` ## how to use @@ -33,7 +33,7 @@ npm i @brtmvdl/backend ### index.js ```js -import { Server } from '@brtmvdl/backend' +import { Server } from 'abackend' const server = new Server() @@ -52,7 +52,7 @@ npm start ## author -[@brtmvdl](https://www.linkedin.com/in/brtmvdl/) +[@tarsislimadev](https://www.linkedin.com/in/tarsislimadev/) ## license