From 8e710e871f7325cec0480adfa8183d1d96004aae Mon Sep 17 00:00:00 2001 From: Adrian Bobrowski Date: Sat, 3 Feb 2018 19:47:05 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bbb1a85..455e333 100644 --- a/README.md +++ b/README.md @@ -68,15 +68,15 @@ pod try L10n-swift ### [CocoaPods](http://cocoapods.org) ```ruby - pod 'L10n-swift', '~> 4.1' // swift3 - pod 'L10n-swift', '~> 5.1' // swift4 + pod 'L10n-swift', '~> 4.1' # swift3 + pod 'L10n-swift', '~> 5.1' # swift4 ``` ### [Carthage](https://github.com/Carthage/Carthage) ```ogdl -github "Decybel07/L10n-swift", ~> 4.1 // swift3 -github "Decybel07/L10n-swift", ~> 5.1 // swift4 +github "Decybel07/L10n-swift", ~> 4.1 # swift3 +github "Decybel07/L10n-swift", ~> 5.1 # swift4 ``` ### [Swift Package Manager](https://swift.org/package-manager/)