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.
Files changed (2) hide show
  1. package/README.md +2 -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 my-project with npm
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 "@rm-range-slider";
27
+ import {RmRangeSliderModule} from "rm-range-slider";
28
28
 
29
29
  ...
30
30
  <rm-range-slider
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rm-range-slider",
3
- "version": "3.0.2",
3
+ "version": "3.0.3",
4
4
  "description": "A highly optimized and fully customizable pure angular component for value range selection.",
5
5
  "keywords": [
6
6
  "",