Update scope pkg ref in nullish syntax README [skip ci]

This commit is contained in:
Brian Ng
2017-10-18 09:54:51 -05:00
committed by GitHub
parent d7af472dc0
commit 85d82152c6

View File

@@ -29,7 +29,7 @@ babel --plugins syntax-nullish-coalescing-operator script.js
### Via Node API
```javascript
require("babel-core").transform("code", {
require("@babel/core").transform("code", {
plugins: ["syntax-nullish-coalescing-operator"]
});
```