Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e4b81f4

Browse files
gnesherValentinH
authored andcommitted
minor update to paths (#593)
1 parent f3dc362 commit e4b81f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ Directly use (replace `X.X.X` by the version you want to use):
9696

9797
### Imports
9898
```html
99-
<link rel="stylesheet" type="text/css" href="/path/to/slider/rzslider.css"/>
99+
<link rel="stylesheet" type="text/css" href="/path/to/angular-slider/dist/rzslider.css"/>
100100
<script src="/path/to/angularjs/angular.min.js"></script>
101-
<script src="/path/to/slider/rzslider.min.js"></script>
101+
<script src="/path/to/angular-slider/dist/rzslider.min.js"></script>
102102
```
103103

104104
### Module

0 commit comments

Comments
 (0)