Skip to content

Commit

Permalink
docs: remove dollar sign from code blocks
Browse files Browse the repository at this point in the history
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
  • Loading branch information
anton-gustafsson authored Jul 1, 2023
1 parent 7af63fd commit d3a7f09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ Demo: http://sortablejs.github.io/Sortable/

Install with NPM:
```bash
$ npm install sortablejs --save
npm install sortablejs --save
```

Install with Bower:
```bash
$ bower install --save sortablejs
bower install --save sortablejs
```

Import into your project:
Expand Down

0 comments on commit d3a7f09

Please sign in to comment.