Skip to content

Commit

Permalink
Fix broken version badge and add total downloads badge to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rudikershaw authored Dec 20, 2020
1 parent 52065b6 commit acb39bc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@

[![MIT Licence][licence-image]][licence-url]
[![Build Status][travis-image]][travis-url]
[![GitHub version][version-image]][version-url]
[![GitHub version][version-image]][releases-url]
[![Github all downloads][downloads-image]][releases-url]

# Client Git Hooks
A set of useful and generic client side (local) git hooks. To add all of them to your project simply copy the `git-hooks` directory into the root of your project and then notify Git that this directory is to be used for its hooks. You can do this using the following command;
Expand All @@ -25,5 +26,6 @@ The behaviour of these hooks can be changed by specifying custom git configurati
[licence-url]: https://tldrlegal.com/license/mit-license
[travis-image]: https://travis-ci.org/rudikershaw/client-git-hooks.svg?branch=master
[travis-url]: https://travis-ci.org/rudikershaw/client-git-hooks
[version-image]: https://badge.fury.io/gh/rudikershaw%2Fclient-git-hooks.svg
[version-url]: https://github.com/rudikershaw/client-git-hooks
[version-image]: https://img.shields.io/github/release/rudikershaw/client-git-hooks.svg
[releases-url]: https://github.com/rudikershaw/client-git-hooks/releases/
[downloads-image]: https://img.shields.io/github/downloads/rudikershaw/client-git-hooks/total.svg

0 comments on commit acb39bc

Please sign in to comment.