Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
LuccaRebelloToledo committed Apr 2, 2024
2 parents c38a309 + 50bbe39 commit 3dd0779
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Integral Module for Managing All User-Related Operations

[![Coverage Status](https://coveralls.io/repos/github/LuccaRebelloToledo/integral-module-users/badge.svg?branch=main)](https://coveralls.io/github/LuccaRebelloToledo/integral-module-users?branch=main)
[![Coverage Status](https://badgen.net/coveralls/c/github/LuccaRebelloToledo/integral-module-users/main)](https://coveralls.io/github/LuccaRebelloToledo/integral-module-users?branch=main)

This module is an integral part of an application, responsible for managing all user-related operations. It provides APIs for creating, updating, deleting, and retrieving user information.

Expand Down Expand Up @@ -38,7 +38,7 @@ $ npm start

To run the test suite, first install the dependencies, then run `npm test`:

```console
```
$ npm install
$ npm test
```
Expand Down

0 comments on commit 3dd0779

Please sign in to comment.