From a14bb9d6b8df132d0eee2f81854b43b92f971fe8 Mon Sep 17 00:00:00 2001 From: Max Guglielmi Date: Sat, 23 Jul 2016 19:24:21 +1000 Subject: [PATCH] Added documentation badge --- README.md | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 340e1e7f..4d194c6e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ -TableFilter [![Build Status](https://api.travis-ci.org/koalyptus/TableFilter.svg?branch=master)](https://travis-ci.org/koalyptus/TableFilter) -=========================== +[![Build Status](https://api.travis-ci.org/koalyptus/TableFilter.svg?branch=master)](https://travis-ci.org/koalyptus/TableFilter) +[![Document](http://koalyptus.github.io/TableFilter/docs/badge.svg)](https://koalyptus.github.io/TableFilter/docs/source) + +# TableFilter > A Javascript library making HTML tables filterable diff --git a/package.json b/package.json index 8501edc2..0d654134 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tablefilter", - "version": "0.2.44", + "version": "0.2.45", "description": "A Javascript library making HTML tables filterable and a bit more", "license": "MIT", "author": {