Skip to content

Commit 2350174

Browse files
Remove $ sign to allow immediate usage on console
the $ prevents just pasting
1 parent f3d87cd commit 2350174

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ You can find a small example [here on codesandbox.io](https://codesandbox.io/emb
2323
Install using Npm *(don't forget to add the `--save` option if you're still using npm < 5)*:
2424

2525
```sh
26-
$ npm install intro.js-react
26+
npm install intro.js-react
2727
```
2828

2929
Or Yarn:
3030

3131

3232
```sh
33-
$ yarn add intro.js-react
33+
yarn add intro.js-react
3434
```
3535

3636
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

Comments
 (0)