Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

Commit

Permalink
Fix reference to the plugin in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Jan 10, 2019
1 parent bf9f1a2 commit 551ef31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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',
};
},
};
Expand Down

0 comments on commit 551ef31

Please sign in to comment.