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

@@ -17,7 +17,7 @@ See the technical details section for more information on how this works and the
## Installation
```sh
$ npm install babel-plugin-transform-runtime
npm install babel-plugin-transform-runtime
```
It is also recommended you install the `babel-runtime` package as a
@@ -52,7 +52,7 @@ Add the following line to your `.babelrc` file:
### Via CLI
```sh
$ babel --plugins transform-runtime script.js
babel --plugins transform-runtime script.js
```
### Via Node API