README: remove dollar in sh snippets [skip ci]

This commit is contained in:
Sven SAULEAU
2016-11-29 13:22:24 +01:00
committed by Henry Zhu
parent f3e4b9a7b7
commit 2311b5b53a
84 changed files with 160 additions and 160 deletions

View File

@@ -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