From 6f628dd91d6b2aa671cd9c915cb14029dfa4f439 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20C=C5=93ur?= Date: Thu, 7 Mar 2019 15:17:31 +0800 Subject: [PATCH] Using https when possible --- CODE_OF_CONDUCT.md | 6 +++--- README.md | 14 +++++++------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 0d8a31f..0a9d0f0 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -40,7 +40,7 @@ Project maintainers who do not follow or enforce the Code of Conduct in good fai ## Attribution -This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version] +This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [https://contributor-covenant.org/version/1/4][version] -[homepage]: http://contributor-covenant.org -[version]: http://contributor-covenant.org/version/1/4/ +[homepage]: https://www.contributor-covenant.org +[version]: https://www.contributor-covenant.org/version/1/4/ diff --git a/README.md b/README.md index 1dbcdce..da37876 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

- + @@ -19,11 +19,11 @@ - + - +

@@ -42,12 +42,12 @@ To run the example project, clone the repo, and run `pod install` from the Examp | Version | Needs | |:--------|:-------------------------------------| -| 1.x | XCode 8.0+
Swift 3.0+
iOS 8.0+ | -| 4.x | XCode 9.0+
Swift 4.0+
iOS 8.0+ | +| 1.x | Xcode 8.0+
Swift 3.0+
iOS 8.0+ | +| 4.x | Xcode 9.0+
Swift 4.0+
iOS 8.0+ | ## Installation -EFCountingLabel is available through [CocoaPods](http://cocoapods.org). To install +EFCountingLabel is available through [CocoaPods](https://cocoapods.org). To install it, simply add the following line to your Podfile: ```ruby @@ -176,4 +176,4 @@ EyreFree, eyrefree@eyrefree.org ![](https://upload.wikimedia.org/wikipedia/commons/thumb/f/f8/License_icon-mit-88x31-2.svg/128px-License_icon-mit-88x31-2.svg.png) -EFQRCode is available under the MIT license. See the LICENSE file for more info. +EFCountingLabel is available under the MIT license. See the LICENSE file for more info.