Update M1 Verbiage

This commit is contained in:
Sam Carlton 2021-10-18 13:05:16 -05:00
parent b0a3007a4d
commit 9d5ce6b07f
10 changed files with 16 additions and 16 deletions

View file

@ -25,7 +25,7 @@ export const makeTitle = function ( app ) {
}
export const makeDescription = function ( app ) {
return `Latest reported support status of ${ app.name } on Apple Silicon and Apple M1 Processors.`
return `Latest reported support status of ${ app.name } on Apple Silicon and Apple M1 Pro and M1 Max Processors.`
}
// https://stackoverflow.com/a/15069646/1397641