We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43b1828 commit bda6f9eCopy full SHA for bda6f9e
README.md
@@ -15,11 +15,11 @@ npm install framework7-plugin-keypad
15
And link them to your app right AFTER Framework7's scripts and styles:
16
17
```
18
-<link rel="stylesheet" href="path/to/framework7.min.css">
19
-<link rel="stylesheet" href="path/to/framework7.keypad.css">
+<link rel="stylesheet" href="path/to/framework7.bundle.min.css">
+<link rel="stylesheet" href="path/to/framework7-keypad.min.css">
20
...
21
-<script src="path/to/framework7.min.js"></script>
22
-<script src="path/to/framework7.keypad.js"></script>
+<script src="path/to/framework7.bundle.min.js"></script>
+<script src="path/to/framework7-keypad.min.js"></script>
23
24
25
## Usage
0 commit comments