Skip to content

Commit

Permalink
Refactor docs and add reference to autocomp.js
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Nov 26, 2023
1 parent 254eb4d commit 13a59b7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# floatype.js

A super tiny Javascript autocomplete / autosuggestion library. Zero dependencies and ~1200 bytes minified + gzipped.
A super tiny Javascript autocomplete / autosuggestion library for rendering floating suggestion widgets in textareas. Zero dependencies and ~1200 bytes minified + gzipped.

[**View demo**](https://knadh.github.io/floatype.js)

Expand Down Expand Up @@ -30,4 +30,7 @@ Check the [demo source](https://github.com/knadh/floatype.js/blob/master/docs/in
### ES6 module
Check the [demo source](https://github.com/knadh/floatype.js/blob/master/docs/index.html) to use the lib in `<script>` directly on an HTML page.

> For dropdown suggestions on input boxes, see [autocomp.js](https://github.com/knadh/autocomp.js)

Licensed under the MIT License.

0 comments on commit 13a59b7

Please sign in to comment.