Skip to content

Commit 42bc17c

Browse files
committed
Add inch-ci badge to readme
1 parent 27c5e7b commit 42bc17c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ ARF - Adaptive Range Filter
33

44
[![Build Status](https://travis-ci.org/bgianfo/arf.svg?branch=master)](https://travis-ci.org/bgianfo/arf)
55
[![Coverage Status](https://coveralls.io/repos/bgianfo/arf/badge.png?branch=master)](https://coveralls.io/r/bgianfo/arf?branch=master)
6+
[![Doc Status](http://inch-ci.org/github/bgianfo/arf.svg?branch=master)](http://inch-ci.org/github/bgianfo/arf)
7+
68
<!--[![hex.pm version](https://img.shields.io/hexpm/v/arf.svg?style=flat)](https://hex.pm/packages/arf)-->
79

810
Current Status: **Prototype**
@@ -19,5 +21,5 @@ Goals of the ARF data structure:
1921
This project is an attempt to implement an Adaptive Range Filter in Elixir.
2022

2123
# External Resources: #
22-
- Original paper from Microsoft Research (MSR) on the data structure: [pdf](http://research.microsoft.com/pubs/220613/p1714-kossmann.pdf)
23-
- Project page for the paper at MSR: [link](http://research.microsoft.com/apps/pubs/default.aspx?id=220613)
24+
- Original paper from Microsoft Research (MSR) describing the data structure: [pdf](http://research.microsoft.com/pubs/220613/p1714-kossmann.pdf)
25+
- Landing page for the paper: [link](http://research.microsoft.com/apps/pubs/default.aspx?id=220613)

0 commit comments

Comments
 (0)