You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -23,14 +23,14 @@ You can find a small example [here on codesandbox.io](https://codesandbox.io/emb
23
23
Install using Npm *(don't forget to add the `--save` option if you're still using npm < 5)*:
24
24
25
25
```sh
26
-
$ npm install intro.js-react
26
+
npm install intro.js-react
27
27
```
28
28
29
29
Or Yarn:
30
30
31
31
32
32
```sh
33
-
$ yarn add intro.js-react
33
+
yarn add intro.js-react
34
34
```
35
35
36
36
Make sure to have [React](https://facebook.github.io/react/) & [Intro.js](http://introjs.com/) installed (they're peer dependencies) and the Intro.js CSS definitions [properly loaded](http://introjs.com/docs/getting-started/install) into your project.
0 commit comments