README: remove dollar in sh snippets [skip ci]
This commit is contained in:
@@ -5,7 +5,7 @@ Allow parsing of function bind.
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
$ npm install babel-plugin-syntax-function-bind
|
||||
npm install babel-plugin-syntax-function-bind
|
||||
```
|
||||
|
||||
## Usage
|
||||
@@ -23,7 +23,7 @@ $ npm install babel-plugin-syntax-function-bind
|
||||
### Via CLI
|
||||
|
||||
```sh
|
||||
$ babel --plugins syntax-function-bind script.js
|
||||
babel --plugins syntax-function-bind script.js
|
||||
```
|
||||
|
||||
### Via Node API
|
||||
|
||||
Reference in New Issue
Block a user