Skip to content

Commit bd1ce99

Browse files
committed
Add hex.pm badge
1 parent f24a11e commit bd1ce99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# LQueue
22

33
[![Build Status](https://travis-ci.org/jur0/lqueue.svg?branch=master)](https://travis-ci.org/jur0/lqueue)
4+
[![Hex.pm](https://img.shields.io/hexpm/v/lqueue.svg)](https://hex.pm/packages/lqueue)
45

56
Double-ended queue with limited length. It can hold just specified amount
67
of elements. If more are added, the elements from the top of the queue are

0 commit comments

Comments
 (0)