Skip to content

Commit 72210a9

Browse files
committed
Badge update
1 parent e90c4c6 commit 72210a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# react-context-mutex
22
[![npm version](https://badgen.net/npm/v/react-context-mutex)](https://www.npmjs.com/package/react-context-mutex)
3-
[![Build Status](https://travis-ci.com/marcveens/react-context-mutex.svg?branch=master)](https://travis-ci.com/marcveens/react-context-mutex)
4-
[![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)
3+
[![Build Status](https://travis-ci.com/marcveens/react-context-mutext.svg?branch=master)](https://travis-ci.com/marcveens/react-context-mutex)
4+
[![codecov](https://codecov.io/gh/marcveens/react-context-mutex/branch/master/graph/badge.svg)](https://codecov.io/gh/marcveens/react-context-mutex)
55

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

0 commit comments

Comments
 (0)