Skip to content

Commit 5733029

Browse files
committed
updated readme
1 parent e8bc057 commit 5733029

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,16 +15,16 @@
1515

1616
## Installation
1717
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
18+
### Using npm
1919
```
2020
npm install --save nj-timepicker
2121
```
22-
### direct link
22+
### Direct link
2323
```
24-
<script src="../dist/scripts.js"></script>
24+
<script src="http://nj-coder.com/nj-libs/nj-timepicker/dist/scripts.min.js"></script>
2525
```
2626
```
27-
<link rel="stylesheet" href="../dist/style.css">
27+
<link rel="stylesheet" href="http://nj-coder.com/nj-libs/nj-timepicker/dist/style.min.css">
2828
```
2929
## Usage
3030
```js

0 commit comments

Comments
 (0)