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

@@ -65,7 +65,7 @@ let nowStr = Date(); // Use the 'call constructor()' part to get a string value
## Installation
```sh
$ npm install babel-plugin-transform-class-constructor-call
npm install babel-plugin-transform-class-constructor-call
```
## Usage
@@ -83,7 +83,7 @@ $ npm install babel-plugin-transform-class-constructor-call
### Via CLI
```sh
$ babel --plugins transform-class-constructor-call script.js
babel --plugins transform-class-constructor-call script.js
```
### Via Node API