Skip to content
This repository was archived by the owner on Mar 16, 2022. It is now read-only.

Commit 204928d

Browse files
committed
Update README.md
1 parent 26242e3 commit 204928d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For the design, you can also __customize the CSS to fullfil your needs__.
2424

2525
##How to use it
2626

27-
First, add a class js-combobox on an input with a working datalist:```
27+
First, add a class js-combobox on an input with a working datalist:
2828
```
2929
<input type="text" name="mysuper_field" id="id_mysuper_field" class="js-combobox" list="beers" data-combobox-prefix-class="combobox" />
3030
<datalist id="beers">

0 commit comments

Comments
 (0)