Fix capitalization

This commit is contained in:
Kevin Wojniak
2015-12-14 12:26:01 -08:00
parent 4d4eced972
commit bd22236a3a
@@ -7,7 +7,7 @@ title: Sparkle App Transport Security
Apple has deprecated insecure HTTP in OS X 10.11 (El Capitan). Applications compiled with 10.11 SDK are by default **blocked from using HTTP** and will not be able to download any updates over HTTP. You **must** either:
* Switch to HTTPS entirely. Change the appcast URL in Info.plist and download URLs in the appcast to use HTTPS. This is recommended, and you can get free certificates from [Let's encrypt](https://letsencrypt.org/).
* Switch to HTTPS entirely. Change the appcast URL in Info.plist and download URLs in the appcast to use HTTPS. This is recommended, and you can get free certificates from [Let's Encrypt](https://letsencrypt.org/).
* Add an exception to Info.plist in your app if you can't stop using HTTP yet. [The exception properties are in Apple's documentation](https://developer.apple.com/library/prerelease/mac/technotes/App-Transport-Security-Technote/).