Skip to content

Commit

Permalink
Badge update
Browse files Browse the repository at this point in the history
  • Loading branch information
marcveens committed Jan 19, 2020
1 parent e90c4c6 commit 72210a9
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,7 +1,7 @@
# react-context-mutex
[![npm version](https://badgen.net/npm/v/react-context-mutex)](https://www.npmjs.com/package/react-context-mutex)
[![Build Status](https://travis-ci.com/marcveens/react-context-mutex.svg?branch=master)](https://travis-ci.com/marcveens/react-context-mutex)
[![Coverage Status](https://coveralls.io/repos/github/marcveens/react-context-mutex/badge.svg?branch=master)](https://coveralls.io/github/marcveens/react-context-mutex?branch=master)
[![Build Status](https://travis-ci.com/marcveens/react-context-mutext.svg?branch=master)](https://travis-ci.com/marcveens/react-context-mutex)
[![codecov](https://codecov.io/gh/marcveens/react-context-mutex/branch/master/graph/badge.svg)](https://codecov.io/gh/marcveens/react-context-mutex)

A mutex implementation using React and React context. It will prevent a function from running multiple times, until you allow it to run again.

Expand Down

0 comments on commit 72210a9

Please sign in to comment.