<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>LICENSE</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -0,0 +1,22 @@
+# SelectAutoComplter
+
+SelectAutoComplter is a plugin for MooTools (1.2) that provides a way to create an editable `&lt;select&gt;`.  It works by replacing a `&lt;select&gt;` in your document with a text field that uses the Quicksilver filtering algorithm to narrow down results.
+
+The Javascript is 100% unobtrusive and will fall back to a `&lt;select&gt;` tag for users without Javascript enabled.
+
+## How to use
+
+Usage is simple. Just call `new SelectAutoComplter(element)` on any `&lt;select&gt;` tag you would like to replace.  Your server will receive the same response as if the `&lt;select&gt;` was not replaced, so no backend work is needed.
+
+See `index.html` for a working example.
+
+## License
+
+License is MIT. See LICENSE file.
+
+## Todo
+
+* Need to refactor the keyboardListener function, it's messy
+* Add a trigger to show the list without typing in the box (similar to clicking the down arrow on a select field)
+* Add in effects to make it smoother
+* Test thoroughly
\ No newline at end of file</diff>
      <filename>README.markdown</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>cc45ea2a99cf6cb530ad4d4458967a5b4c3017f4</id>
    </parent>
  </parents>
  <author>
    <name>Kyle Neath</name>
    <email>kneath@gmail.com</email>
  </author>
  <url>http://github.com/kneath/select-autocompleter/commit/0f41c38557f76f2e81c84f12e57cb6c76646d3f3</url>
  <id>0f41c38557f76f2e81c84f12e57cb6c76646d3f3</id>
  <committed-date>2008-09-24T02:13:38-07:00</committed-date>
  <authored-date>2008-09-24T02:13:38-07:00</authored-date>
  <message>Update readme, license file</message>
  <tree>6fcd729063bd70d94d1de8e408c004d95b995d2b</tree>
  <committer>
    <name>Kyle Neath</name>
    <email>kneath@gmail.com</email>
  </committer>
</commit>
