diff --git a/README.md b/README.md index 7ea0e483..6c64621d 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ The minified production file is compressed and does not generate console warning ## Migrate Plugin API -This plugin adds three properties to the `jQuery` object that can be used programmatically control and examine its behavior: +This plugin adds three properties to the `jQuery` object that can be used to programmatically control and examine its behavior: `jQuery.migrateWarnings`: This property is an array of string warning messages that have been generated by the code on the page, in the order they were generated. Messages appear in the array only once, even if the condition has occurred multiple times, unless `jQuery.migrateReset()` is called.