Skip to content

Commit d446e3a

Browse files
AGCarvalhoAntônio Carvalho
and
Antônio Carvalho
authored
Fix path to angularjs-slider (#675)
Co-authored-by: Antônio Carvalho <[email protected]>
1 parent dae3cbb commit d446e3a

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
@@ -124,9 +124,9 @@ Directly use (replace `X.X.X` by the version you want to use):
124124
### Imports
125125

126126
```html
127-
<link rel="stylesheet" type="text/css" href="/path/to/angular-slider/dist/rzslider.css"/>
127+
<link rel="stylesheet" type="text/css" href="/path/to/angularjs-slider/dist/rzslider.css"/>
128128
<script src="/path/to/angularjs/angular.min.js"></script>
129-
<script src="/path/to/angular-slider/dist/rzslider.min.js"></script>
129+
<script src="/path/to/angularjs-slider/dist/rzslider.min.js"></script>
130130
```
131131

132132
### Module

0 commit comments

Comments
 (0)