We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 07adcea + c5e464c commit edaf780Copy full SHA for edaf780
1 file changed
README.md
@@ -32,7 +32,7 @@ npm install react-switch-button --save
32
At this point you can import `react-switch-button` and its styles in your application as follows:
33
34
```js
35
-import Select from 'react-switch-button';
+import SwitchButton from 'react-switch-button';
36
37
// Be sure to include styles at some point, probably during your bootstrapping
38
import 'react-switch-button/dist/react-switch-button.css';
@@ -41,7 +41,7 @@ import 'react-switch-button/dist/react-switch-button.css';
41
or
42
43
44
-const Switch = require( 'react-switch-button' );
+const SwitchButton = require( 'react-switch-button' );
45
```
46
47
and then include the *css* in your HTML page.
0 commit comments