Skip to content

Commit

Permalink
fix(README.md): fix build icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Neckaros committed Dec 1, 2018
1 parent a04132a commit eff389d
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,10 +1,10 @@
[![Build Status](https://travis-ci.org/neckaros/decorated-merger.svg?branch=master)](https://travis-ci.org/neckaros/decorated-merger)
[![Coverage Status](https://coveralls.io/repos/github/neckaros/decorated-merger/badge.svg?branch=master)](https://coveralls.io/github/neckaros/decorated-merger?branch=master)

# keyed-promise-queue

A very simple class that you can extends from and add a keyed promise queue to avoid running same job concurently

[![Build Status](https://travis-ci.org/neckaros/keyed-promise-queue.svg?branch=master)](https://travis-ci.org/neckaros/keyed-promise-queue)
[![Coverage Status](https://coveralls.io/repos/github/neckaros/keyed-promise-queue/badge.svg?branch=master)](https://coveralls.io/github/neckaros/keyed-promise-queue?branch=master)

### Features

- Add a promess to the queue with an unique key
Expand Down

0 comments on commit eff389d

Please sign in to comment.