Skip to content

Commit 80b805f

Browse files
committed
Flesh out README a little bit
1 parent ba22046 commit 80b805f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# <filterable-input> element
22

3-
Boilerplate for creating a custom element.
3+
Retrieve search results from server.
44

55
## Installation
66

@@ -15,7 +15,10 @@ import '@github/filterable-input-element'
1515
```
1616

1717
```html
18-
<filterable-input></filterable-input>
18+
<filterable-input src="/results" aria-owns="filtered-list">
19+
<input type="text">
20+
</filterable-input>
21+
<ul id="filtered-list"></ul>
1922
```
2023

2124
## Browser support

0 commit comments

Comments
 (0)