Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit e9b9f60

Browse files
committed
Update README.md
1 parent 0b318c0 commit e9b9f60

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,14 @@ A simple and lighweight jQuery plugin for creating cascading dropdowns.
66

77
## Installation
88

9+
```
10+
bower install --save jquery-cascading-dropdown
11+
```
12+
913
Include script after the jQuery library (unless you are packaging scripts somehow else):
1014

1115
```html
12-
<script type="text/javascript" src="/path/to/jquery-cascading-dropdown.js"></script>
16+
<script type="text/javascript" src="/path/to/jquery.cascadingdropdown.js"></script>
1317
```
1418

1519
## Options

0 commit comments

Comments
 (0)