Skip to content

Commit c6221b8

Browse files
committed
Fix typo in README
1 parent fcfb9a5 commit c6221b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Simple OS X status bar menu app to switch display modes / resolutions, with supp
88

99
* No color depth information is shown; if a resolution is available with different color depths, only the display mode with the highest color depth will be used.
1010

11-
* `CoreGraphics` private APIs are used to access the HiDPI display modes; this might not get this app accepted into the Mac App Store. Also note that `CGDisplayIOServicePort()`, which is used to get to get the (localized) name of the displays, has been deprecated as of Mac OS X 10.9 (Mavericks).
11+
* `CoreGraphics` private APIs are used to access the HiDPI display modes; this might not get this app accepted into the Mac App Store. Also note that `CGDisplayIOServicePort()`, which is used to get the (localized) name of the displays, has been deprecated as of Mac OS X 10.9 (Mavericks).
1212

1313
* To facilitate "Start at Login", the `ServiceManagement.framework` is used together with a helper app, which should work in a sandboxed environment as well (as long as the app lives in /Applications).
1414

0 commit comments

Comments
 (0)