Scoped: rename to @babel/ in readme [skip ci]

This commit is contained in:
Henry Zhu
2017-10-16 14:56:40 -04:00
parent dfbbe82598
commit 79ddf12d9d
103 changed files with 133 additions and 133 deletions

View File

@@ -21,7 +21,7 @@ _wrapper(function () {
## Usage
```js
import wrapFunction from "babel-helper-wrap-function";
import wrapFunction from "@babel/helper-wrap-function";
wrapFunction(nodePathOfTheFunction, nodeWhichReferencesToTheWrapper);
```