Skip to content

Commit

Permalink
Fix path to angularjs-slider (#675)
Browse files Browse the repository at this point in the history
Co-authored-by: Antônio Carvalho <[email protected]>
  • Loading branch information
AGCarvalho and Antônio Carvalho authored Sep 6, 2021
1 parent dae3cbb commit d446e3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ Directly use (replace `X.X.X` by the version you want to use):
### Imports

```html
<link rel="stylesheet" type="text/css" href="/path/to/angular-slider/dist/rzslider.css"/>
<link rel="stylesheet" type="text/css" href="/path/to/angularjs-slider/dist/rzslider.css"/>
<script src="/path/to/angularjs/angular.min.js"></script>
<script src="/path/to/angular-slider/dist/rzslider.min.js"></script>
<script src="/path/to/angularjs-slider/dist/rzslider.min.js"></script>
```

### Module
Expand Down

0 comments on commit d446e3a

Please sign in to comment.