Scoped: rename installation instructions for syntax plugins [skip ci]

This commit is contained in:
Brian Ng
2017-10-16 14:17:33 -05:00
committed by Henry Zhu
parent 79ddf12d9d
commit 4739677965
17 changed files with 17 additions and 17 deletions

View File

@@ -5,7 +5,7 @@ Allow parsing of optional properties.
## Installation
```sh
npm install --save-dev babel-plugin-syntax-optional-chaining
npm install --save-dev @babel/plugin-syntax-optional-chaining
```
## Usage