Skip to content

Commit

Permalink
Merge pull request #2291 from anton-gustafsson/patch-1
Browse files Browse the repository at this point in the history
docs: remove dollar sign from code blocks
  • Loading branch information
owen-m1 committed Jul 2, 2023
2 parents 7af63fd + d3a7f09 commit a66e04d
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 a66e04d

Please sign in to comment.