diff --git a/README.md b/README.md
index d258a99..d16edca 100644
--- a/README.md
+++ b/README.md
@@ -27,14 +27,17 @@ Let's start with the following html code:
```html
```
@@ -43,14 +46,42 @@ Let's start with the following html code:
Use javascript for a complete experience:
```js
-import Suggestions from './suggestions.js';
-import DatalistSource from './datalist-source.js';
+import { Suggestions, Source } from './suggestions.js';
+
+const input = document.getElementById('name-input');
+const datalist = document.getElementById('names');
+
+//Generate the available results from the