Skip to content

Commit

Permalink
docs: Codecov badge
Browse files Browse the repository at this point in the history
  • Loading branch information
hebertcisco committed Sep 19, 2022
1 parent 2cf357e commit f103890
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![codecov](https://codecov.io/gh/hebertcisco/nestjs-firebase-admin/branch/master/graph/badge.svg?token=37AZT89NP3)](https://codecov.io/gh/hebertcisco/nestjs-firebase-admin)
[![codecov](https://codecov.io/gh/hebertcisco/nestjs-firebase-admin/branch/master/graph/badge.svg?token=N0IW1UNNIP)](https://codecov.io/gh/hebertcisco/nestjs-firebase-admin)

[![CircleCI](https://dl.circleci.com/status-badge/img/gh/hebertcisco/nestjs-firebase-admin/tree/master.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/hebertcisco/nestjs-firebase-admin/tree/master)

Expand All @@ -11,7 +11,7 @@
[![Free. Built on open source. Runs everywhere.](https://img.shields.io/badge/VS_Code-0078D4?style=flat&logo=visual%20studio%20code&logoColor=white)](https://code.visualstudio.com/)
[![GitHub Actions](https://img.shields.io/badge/github%20actions-%232671E5.svg?style=flat&logo=githubactions&logoColor=white)](https://github.com/hebertcisco/nestjs-firebase-admin/actions)

> This is an Nestjs boilerplate package..
> Firebase Admin SDK for Nestjs :fire:
## Installation

Expand All @@ -32,7 +32,7 @@ npm i nestjs-firebase-admin --save
pnpm add nestjs-firebase-admin --save
```

### Usage example:
### Usage example

```ts
// common.module.ts
Expand Down

0 comments on commit f103890

Please sign in to comment.