Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

Commit

Permalink
better description
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbender committed May 7, 2014
1 parent d15c180 commit a9b60d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
<a href="http://filamentgroup.com/"><h1 id="fg-logo">Filament Group</h1></a>
</div>
<div class="autocomplete-docs">
<h1 class="docs">Demos</h2>
<p class="docs-intro">This is a demo for a lightweight auto-complete that can be populated via JSON or by DOM element text. Visit the <a href="https://github.com/filamentgroup/auto-complete">Github project page</a> for documentation.</p>

<p class="docs-intro">An input with auto-complete. <b>NOTE:</b> The data being served is a static mockup from <code>$PROJECT_DIR/demo.json</code>.</p>

<pre class="language-html">
Expand Down

0 comments on commit a9b60d5

Please # to comment.