From 22450eca9e74b2c7afe430fcb93a3e953eccd383 Mon Sep 17 00:00:00 2001 From: Felix Rabe Date: Wed, 1 Aug 2018 11:28:36 +0200 Subject: [PATCH] Typo + slight re-wording --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d36ff53..8078212 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,6 @@ ## Compatibility -By default it targets macOS 10.7. +Targets macOS 10.7 by default. -To enable features added in macOS 10.8, set Cargo feature `mac_os_10_8_features`. To have both 10.8 features and 10.7 compatibility, also set `mac_os_10_7_support`. Setting both requires weak linkage, which is is a nighty-only feature as of Rust 1.19. +To enable features added in macOS 10.8, set Cargo feature `mac_os_10_8_features`. To have both 10.8 features and 10.7 compatibility, also set `mac_os_10_7_support`. Setting both requires weak linkage, which is a nighty-only feature as of Rust 1.19.