typofix + conform to Apple's brand style preferences

They like it like "macOS" (https://www.computerworld.com/article/3082696/apple-rebrands-os-x-as-macos-taps-upgrade-as-sierra.html), with a lowercase "m"
This commit is contained in:
Mike McNeil 2021-03-12 18:02:21 -06:00 committed by GitHub
parent 765a1fd267
commit f22aae4f00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ Get all software installed on a macOS computer, including apps, browser plugins,
> This does not included other running processes in the `processes` table. > This does not included other running processes in the `processes` table.
### Support ### Support
MacOS macOS
### Query ### Query
```sql ```sql
@ -29,7 +29,7 @@ FROM chrome_extensions
SELECT SELECT
name as name, name as name,
version AS version version AS version
'firefox_addones' AS source 'firefox_addons' AS source
FROM firefox_addons FROM firefox_addons
SELECT SELECT
name as name, name as name,