diff --git a/helpers/listing-page.js b/helpers/listing-page.js index 16baf07..54e5e7c 100644 --- a/helpers/listing-page.js +++ b/helpers/listing-page.js @@ -22,7 +22,7 @@ function makeTitle ( listing ) { function makeDescription ( listing ) { // const processorsVerbiage = process.env.npm_package_config_verbiage_processors || this.$config.processorsVerbiage - const processorsVerbiage = 'Apple M2 and M1 Ultra' + const processorsVerbiage = 'Apple M3 Max and M2 Ultra' return `Latest reported support status of ${ listing.name } on Apple Silicon and ${ processorsVerbiage } Processors.` }