Fix homebrew in app description template

This commit is contained in:
Sam Carlton 2021-03-20 14:53:30 -05:00
parent b394e6cb63
commit 94729f70a8

View file

@ -19,7 +19,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 when installed via Homebrew. `
return `Latest reported support status of ${ app.name } on Apple Silicon and Apple M1 Processors.`
}
export class AppTemplate {