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 @@ Babel plugin to fix buggy JScript named function expressions
## Installation
```sh
$ npm install babel-plugin-transform-jscript
npm install babel-plugin-transform-jscript
```
## Usage
@@ -23,7 +23,7 @@ $ npm install babel-plugin-transform-jscript
### Via CLI
```sh
$ babel --plugins transform-jscript script.js
babel --plugins transform-jscript script.js
```
### Via Node API