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.