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 e8bc057 commit 5733029Copy full SHA for 5733029
README.md
@@ -15,16 +15,16 @@
15
16
## Installation
17
NJ-TimePicker can be installed using the Node Package Manager, [NPM](https://www.npmjs.com/) or including direct link to your project.
18
-### using npm
+### Using npm
19
```
20
npm install --save nj-timepicker
21
22
-### direct link
+### Direct link
23
24
-<script src="../dist/scripts.js"></script>
+<script src="http://nj-coder.com/nj-libs/nj-timepicker/dist/scripts.min.js"></script>
25
26
27
-<link rel="stylesheet" href="../dist/style.css">
+<link rel="stylesheet" href="http://nj-coder.com/nj-libs/nj-timepicker/dist/style.min.css">
28
29
## Usage
30
```js
0 commit comments