diff --git a/README.md b/README.md index 1a0d96b..8dd6dea 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,7 @@ export default babel.custom(babelCore => { result(result, { code, customOptions, config, transformOptions }) { return { ...result, - code: result.code + '\n// Generated by some custom loader', + code: result.code + '\n// Generated by some custom plugin', }; }, };