From 6aad21d35f909ef04e4ba27631de7ddee367c8a7 Mon Sep 17 00:00:00 2001 From: Igor V Belousov Date: Thu, 5 Feb 2015 01:08:53 +0300 Subject: [PATCH] mod README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90908cd..365cd25 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ PHP TOC Generator ================= Geneates Table of Contents from H1...H6 Tags in HTML Content ------------------------------------------------------------- +[![Build Status](https://travis-ci.org/IgorVBelousov/toc.svg)](https://travis-ci.org/IgorVBelousov/toc) This package provides a simple, framework-agnostic library to build a Table-of-Contents from HTML markup. It does so by parsing *H1...H6* tags. It can also automatically add appropriate *id* anchor attributes to header tags.