diff --git a/plugins/README.md b/plugins/README.md index c48255a4004eefe8a91a0da416b8e9762fcd2322..1dbef58d037cf9066c737020fc9f14f15d3ad527 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -38,7 +38,7 @@ Example: ```js Plugin.name = 'generateTitle'; -Plugin.optionModifiers = { +Plugin.optionListeners = { // Listen for option 'generateTitle' generateTitle: function(title) { // Store the option in all caps