fix: Improve spelling in README (#730)

This commit is contained in:
Oli Booty 2021-10-19 17:12:28 +01:00 committed by GitHub
parent 8309d1dd5a
commit 5567ae4216
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ Use menulet sliders or the keyboard, including native Apple keys!</p>
</div>
<br/><br/>
<div align="center">
<!-- shields -->
<!-- downloads -->
@ -31,7 +31,7 @@ Use menulet sliders or the keyboard, including native Apple keys!</p>
<a href="https://opencollective.com/monitorcontrol">
<img src="https://opencollective.com/monitorcontrol/tiers/badge.svg" alt="backers"/>
</a>
<br/>
<br/>
@ -49,14 +49,14 @@ Go to [Releases](https://github.com/MonitorControl/MonitorControl/releases) and
- Control your display's brightness, volume and contrast!
- Shows native OSD for brightness and volume.
- Supports multiple protocols to adjust brightness: DDC for external displays (brightness, contrast, volume), native Apple porotocol for Apple and built-in displays, Gamma table control for software adjustment (recommended for OLED), shade control for AirPlay, Sidecar and Display Link devices.
- Supports multiple protocols to adjust brightness: DDC for external displays (brightness, contrast, volume), native Apple protocol for Apple and built-in displays, Gamma table control for software adjustment (recommended for OLED), shade control for AirPlay, Sidecar and Display Link devices.
- Supports smooth brightness transitions.
- Seamlessly combined hardware and software dimming extends dimming beyond the minimum brightness available on your display.
- Synchronize brightness from built-in and Apple screens - replicate Ambient light sensor and touch bar induced changes to a non-Apple external display!
- Sync up all your displays using a single slider or keyboard shortcuts.
- Allows dimming to full black (advanced feature).
- Support for custom keyboard shortcuts as well as standard brightness and media keys on Apple keyboards.
- Dozens of customization options to tweak the inner workings of the app to suit Your hardware and needs (don't forget to enable `Show advanced settings` in app Preferences).
- Dozens of customization options to tweak the inner workings of the app to suit your hardware and needs (don't forget to enable `Show advanced settings` in app Preferences).
- Modern, stylish and highgly customizable menulet reflecting the design of Control Control introduced in Big Sur.
- Simple, unobstrusive UI to blend in to the general aesthetics of macOS (even the menu icon can be hidden).
- Supports automatic updates for a hassle-free expereince.
@ -81,7 +81,7 @@ Go to [Releases](https://github.com/MonitorControl/MonitorControl/releases) and
<img src=".github/pref_3.png" width="412" alt="Screenshot"/>
<img src=".github/pref_4.png" width="412" alt="Screenshot"/><br/>
</div>
## Compatibility
| MonitorControl version | macOS version |
@ -100,7 +100,7 @@ Note to f.lux users: the app is now compatible with [f.lux](https://justgetflux.
* Apple (and LG-Apple) displays and built-in displays are supported using native protocol.
* LCD and LED Televisions usually do not implement DDC, these are supported using software alternatives to dim the image (some higher-end sets are able to translate this into hardware backlight dimming).
* OLED or mini/micro-LED displays and televisions are fully supported using gamma table manipulation (this is a no-compromise solution for this class of displays).
* DisplayLink, Airplay and Sidecar is supported using shade (dark overlay) control.
* DisplayLink, Airplay and Sidecar are supported using shade (dark overlay) control.
Notable exceptions for hardware control:
@ -110,7 +110,7 @@ Notable exceptions for hardware control:
## How to help
Open [issues](https://github.com/MonitorControl/MonitorControl/issues) if you have a question, an enhancement to suggest or a bug you've found. If you want you can fork the code yourself and submit a pull request to improve the app.
Open [issues](https://github.com/MonitorControl/MonitorControl/issues) if you have a question, an enhancement to suggest or a bug you've found. If you want, you can fork the code yourself and submit a pull request to improve the app.
## Localizations
@ -134,7 +134,7 @@ git clone https://github.com/MonitorControl/MonitorControl.git
```
- If you want to clone one of the branches, add `--single-branch --branch [branchname]` after the `clone` option.
- You're all set ! Now open the `MonitorControl.xcodeproj` with Xcode! The dependencies will automatically get downloaded once you open the project. If they don't: `File > Packages > Resolve Package Versions`
- You're all set! Now open the `MonitorControl.xcodeproj` with Xcode! The dependencies will automatically get downloaded once you open the project. If they don't: `File > Packages > Resolve Package Versions`
### Third party dependencies