Skip to content

Commit d04b1b8

Browse files
committed
Make badges links
1 parent 455a49c commit d04b1b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# react-use-hover [![Build Status](https://travis-ci.com/andrewbranch/react-use-hover.svg?branch=master)](https://travis-ci.com/andrewbranch/react-use-hover) ![NPM Version](https://img.shields.io/npm/v/react-use-hover.svg) ![Minified size](https://img.shields.io/bundlephobia/min/react-use-hover.svg)
1+
# react-use-hover [![Build Status](https://travis-ci.com/andrewbranch/react-use-hover.svg?branch=master)](https://travis-ci.com/andrewbranch/react-use-hover) [![NPM Version](https://img.shields.io/npm/v/react-use-hover.svg)](https://www.npmjs.com/package/react-use-hover) [![Minified size](https://img.shields.io/bundlephobia/min/react-use-hover.svg)](https://www.npmjs.com/package/react-use-hover)
22

33
A React state hook to determine whether a React element is being hovered.
44

@@ -48,7 +48,7 @@ npm run test
4848
npm run test -- --watch
4949

5050
# Do whatever you want
51-
npx jest # --any --jest --options
51+
npx jest src # --any --jest --options
5252
```
5353

5454
## Contributing

0 commit comments

Comments
 (0)