Skip to content

Commit

Permalink
Change build status icon
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanel authored Aug 31, 2021
1 parent 5e3809a commit 32f8e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Mongoose Delete Plugin

mongoose-delete is simple and lightweight plugin that enables soft deletion of documents in MongoDB. This code is based on [riyadhalnur's](https://github.com/riyadhalnur) plugin [mongoose-softdelete](https://github.com/riyadhalnur/mongoose-softdelete).

[![Build Status](https://travis-ci.org/dsanel/mongoose-delete.svg?branch=master)](https://travis-ci.org/dsanel/mongoose-delete)
[![Build Status](https://github.com/dsanel/mongoose-delete/workflows/Test/badge.svg)](https://github.com/dsanel/mongoose-delete)

## Features
- [Add __delete()__ method on document (do not override standard __remove()__ method)](#simple-usage)
Expand Down

0 comments on commit 32f8e75

Please sign in to comment.