Skip to content

Commit d3a7f09

Browse files
docs: remove dollar sign from code blocks
For code blocks on github there is a button that lets you copy the input. Before it would include the dollar sign which would not work in the terminal example before: $ npm install sortablejs --save after: npm install sortablejs --save
1 parent 7af63fd commit d3a7f09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ Demo: http://sortablejs.github.io/Sortable/
5454

5555
Install with NPM:
5656
```bash
57-
$ npm install sortablejs --save
57+
npm install sortablejs --save
5858
```
5959

6060
Install with Bower:
6161
```bash
62-
$ bower install --save sortablejs
62+
bower install --save sortablejs
6363
```
6464

6565
Import into your project:

0 commit comments

Comments
 (0)