Fix typo in transform-es2015-modules-umd plugin README

and specify json as the language for the subsequent code block
This commit is contained in:
Richard Macklin 2016-06-18 12:41:54 -07:00
parent 930c1d583a
commit 8b0179e2d5

View File

@ -20,9 +20,9 @@ $ npm install babel-plugin-transform-es2015-modules-umd
You can also override the names of particular libraries when this module is
running in the browser. For example the `es6-promise` library exposes itself
as `global.Promise` rather than `global.es6Promise`. This can be accomidated by:
as `global.Promise` rather than `global.es6Promise`. This can be accommodated by:
```
```json
{
"plugins": [
["transform-es2015-modules-umd", {