From a9b60d591ab078411518371a0641af00072a1cb1 Mon Sep 17 00:00:00 2001 From: John Bender Date: Wed, 7 May 2014 09:40:28 -0700 Subject: [PATCH] better description --- README.md | 2 +- index.html | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 55fc442..90a2e27 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Auto-complete -A bare-bones auto-complete component which currently depends on jQuery. +A lightweight auto-complete that can be populated via JSON or by DOM element text. ![Build status](https://api.travis-ci.org/filamentgroup/auto-complete.svg) diff --git a/index.html b/index.html index 7587b92..5fd4a88 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,8 @@

Filament Group

-

Demos

+

This is a demo for a lightweight auto-complete that can be populated via JSON or by DOM element text. Visit the Github project page for documentation.

+

An input with auto-complete. NOTE: The data being served is a static mockup from $PROJECT_DIR/demo.json.