Skip to content

Commit

Permalink
Fix script src in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tvararu committed May 31, 2017
1 parent 2f875af commit 20b6929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -63,7 +63,7 @@ If you want to use it as a replacement for a `<select>` element, read the [Progr
You can copy the [dist/accessible-autocomplete.min.js](dist/accessible-autocomplete.min.js) file to your JavaScript folder and import it into the browser:

```html
<script type="text/javascript" href="assets/js/accessible-autocomplete.min.js"></script>
<script type="text/javascript" src="assets/js/accessible-autocomplete.min.js"></script>
```

### Styling the autocomplete
Expand Down

0 comments on commit 20b6929

Please sign in to comment.