From 37b8d80b84af27570f030533380c05c354f3b981 Mon Sep 17 00:00:00 2001 From: Kevin Miller Date: Tue, 31 Dec 2013 12:43:09 -0800 Subject: [PATCH] Updated note about bower. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bfdfd2c23..d0ac0fa4f 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,14 @@ Quail: Accessibility Information Library ======================================== +**The project website is [quailjs.org](http://quailjs.org/).** A jQuery plugin that lets you easily check HTML for adherence to accessibility standards. It comes with over 200 tests which implement Open Accessibility Tests and comes with WCAG 1.0, WCAG 2.0, and Section 508 guidelines. Developers can build their own guidelines, or easily build a custom guideline that integrates with their project. While the project supports checking entire HTML pages, integration with a CMS to check partial HTML content is probably the most popular use case. -**The project website is [quailjs.org](http://quailjs.org/).** +### Installing via [Bower](http://bower.io) +You can include Quail into your project using Bower by using the command `bower install quail`. Building Quail --------------