Skip to content

Commit

Permalink
docs: fix bundle badge link
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarocastro committed Apr 4, 2020
1 parent 5d14ec8 commit 275b903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Build Status](https://travis-ci.org/alvarocastro/heapsort.svg?branch=master)](https://travis-ci.org/alvarocastro/heapsort)
[![Maintainability](https://api.codeclimate.com/v1/badges/544c930356ee7c858927/maintainability)](https://codeclimate.com/github/alvarocastro/heapsort/maintainability)
[![Coverage Status](https://coveralls.io/repos/github/alvarocastro/heapsort/badge.svg?branch=master)](https://coveralls.io/github/alvarocastro/heapsort?branch=master)
[![Bundle Size](https://badgen.net/bundlephobia/min/@alvarocastro/heapsort)](https://coveralls.io/github/alvarocastro/heapsort?branch=master)
[![Bundle Size](https://badgen.net/bundlephobia/min/@alvarocastro/heapsort)](https://bundlephobia.com/result?p=@alvarocastro/heapsort)
[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/xojs/xo)

Yet another implementation of heapsort in JavaScript aimed to be flexible, lightweight and fast.
Expand Down

0 comments on commit 275b903

Please sign in to comment.