rm-range-slider 3.0.2 → 3.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ These optimizations help to achieve as much native look & feel as possible using
|
|
|
10
10
|
|
|
11
11
|
## Installation
|
|
12
12
|
|
|
13
|
-
Install
|
|
13
|
+
Install rm-range-slider with npm or yarn
|
|
14
14
|
|
|
15
15
|
```bash
|
|
16
16
|
npm: npm install --save rm-range-slider
|
|
@@ -24,7 +24,7 @@ Dual Range Slider uses angular hooks, so this component doesn't work with angula
|
|
|
24
24
|
```
|
|
25
25
|
...
|
|
26
26
|
|
|
27
|
-
import {RmRangeSliderModule} from "
|
|
27
|
+
import {RmRangeSliderModule} from "rm-range-slider";
|
|
28
28
|
|
|
29
29
|
...
|
|
30
30
|
<rm-range-slider
|