Skip to content

Commit bda6f9e

Browse files
committed
Update docs
1 parent 43b1828 commit bda6f9e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ npm install framework7-plugin-keypad
1515
And link them to your app right AFTER Framework7's scripts and styles:
1616

1717
```
18-
<link rel="stylesheet" href="path/to/framework7.min.css">
19-
<link rel="stylesheet" href="path/to/framework7.keypad.css">
18+
<link rel="stylesheet" href="path/to/framework7.bundle.min.css">
19+
<link rel="stylesheet" href="path/to/framework7-keypad.min.css">
2020
...
21-
<script src="path/to/framework7.min.js"></script>
22-
<script src="path/to/framework7.keypad.js"></script>
21+
<script src="path/to/framework7.bundle.min.js"></script>
22+
<script src="path/to/framework7-keypad.min.js"></script>
2323
```
2424

2525
## Usage

0 commit comments

Comments
 (0)