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.