updated release badge
This commit is contained in:
parent
ad8a47ea37
commit
2a89eec5e2
|
@ -1,6 +1,6 @@
|
||||||
## Presenting the minimalistic Automatic-Mouse-Mover(AMM) app!
|
## Presenting the minimalistic Automatic-Mouse-Mover(AMM) app!
|
||||||
|
|
||||||
![GitHub release](https://img.shields.io/github/release/prashantgupta24/automatic-mouse-mover.svg)
|
[![version][version-badge]][RELEASES]![GitHub release]()
|
||||||
[![Go Report Card](https://goreportcard.com/badge/github.com/prashantgupta24/automatic-mouse-mover)](https://goreportcard.com/report/github.com/prashantgupta24/automatic-mouse-mover) [![godoc-badge][godoc-badge]][godoc-link] [![codecov](https://codecov.io/gh/prashantgupta24/automatic-mouse-mover/branch/master/graph/badge.svg)](https://codecov.io/gh/prashantgupta24/automatic-mouse-mover)
|
[![Go Report Card](https://goreportcard.com/badge/github.com/prashantgupta24/automatic-mouse-mover)](https://goreportcard.com/report/github.com/prashantgupta24/automatic-mouse-mover) [![godoc-badge][godoc-badge]][godoc-link] [![codecov](https://codecov.io/gh/prashantgupta24/automatic-mouse-mover/branch/master/graph/badge.svg)](https://codecov.io/gh/prashantgupta24/automatic-mouse-mover)
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,5 +40,8 @@ Every 60 seconds, AMM uses [Activity tracker](https://github.com/prashantgupta24
|
||||||
|
|
||||||
> All code is public and open-sourced so no worrying if there's nefarious intention involved in recording your activity or not.
|
> All code is public and open-sourced so no worrying if there's nefarious intention involved in recording your activity or not.
|
||||||
|
|
||||||
|
[version-badge]: https://img.shields.io/github/release/prashantgupta24/automatic-mouse-mover.svg
|
||||||
|
[RELEASES]: https://github.com/prashantgupta24/automatic-mouse-mover/releases
|
||||||
|
|
||||||
[godoc-badge]: https://img.shields.io/badge/godoc-reference-blue.svg
|
[godoc-badge]: https://img.shields.io/badge/godoc-reference-blue.svg
|
||||||
[godoc-link]: https://godoc.org/github.com/prashantgupta24/automatic-mouse-mover/pkg/mousemover
|
[godoc-link]: https://godoc.org/github.com/prashantgupta24/automatic-mouse-mover/pkg/mousemover
|
||||||
|
|
Loading…
Reference in New Issue