From f79c46a657881b9a89c9ec710bb9e043114846eb Mon Sep 17 00:00:00 2001 From: Nikhil Dabas Date: Wed, 10 Aug 2016 13:40:30 +0530 Subject: [PATCH] Update Bower URL --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 83bdf78..80d92df 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The generated TOCs are semantic, nested lists (`ul` or `ol`) with hash-link anch ## Usage You can [download the latest release](http://ndabas.github.com/toc/assets/jquery.toc.zip), or -install with Twitter's [Bower](http://twitter.github.com/bower): `bower install jquery.toc`. +install with [Bower](https://bower.io/): `bower install jquery.toc`. Include jQuery (>= 1.6) and jquery.toc.js/jquery.toc.min.js on your page. The plugin can then be used either via HTML5 data attributes, or via the programmatic API. See below for the available @@ -87,4 +87,4 @@ Licensed under the [Apache License, version 2.0](http://www.apache.org/licenses/ ## Credits -Created by [Nikhil Dabas](http://www.nikhildabas.com/). \ No newline at end of file +Created by [Nikhil Dabas](http://www.nikhildabas.com/).