Skip to content

Commit be862b9

Browse files
authored
Update README.v2.1.md
1 parent bcb8971 commit be862b9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.v2.1.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
Swift Weather
22
============
33

4-
SwiftWeather is an iOS weather app developed in Swift language. The app can support iPhone 4(s), iPhone 5(s), iPhone 6 and iPhone 6 Plus. The app also supports Today Widgets.
4+
SwiftWeather is an iOS weather app developed in the Swift language. The app can support iPhone 4(s), iPhone 5(s), iPhone 6, and iPhone 6 Plus. The app also supports Today Widgets.
55

66
## Notices
7-
The current version is working with Xcode Version 6.4 (6E35b). If you have any issue, please check the Xcode version. If there is still a problem with the supported versions, please raise an issue, thanks.
7+
The current version is working with Xcode Version 6.4 (6E35b). If you have any issues, please check the Xcode version. If there is still a problem with the supported versions, please raise an issue, thanks.
88

99
## Version 2.1
1010
This is version 2.1. I have removed Carthage because some developers don't have a paid Apple iOS developer account and they have issues to build Carthage packages.
1111

12-
There are two major version for the app released before.
12+
There are two major versions of the app released before.
1313

1414
* V1.0 - Support iOS 7+ using CocoaPods and AFNetworking. [README.v1.md](https://github.com/JakeLin/SwiftWeather/blob/master/README.v1.md) and [Release V1 - Using Cocoapods and AFNetworking](https://github.com/JakeLin/SwiftWeather/releases/tag/V1)
1515
* V2.0 - Support iOS 8+ using Carthage, Alamofire and SwiftyJSON. [README.v2.md](https://github.com/JakeLin/SwiftWeather/blob/master/README.v2.md) and [Release V2.0](https://github.com/JakeLin/SwiftWeather/releases/tag/v2.0)*
1616

17-
V2.1 will be the last version support iOS 8. I am working on Xcode 7 to support iOS 9 only features like `UIStackView`. Happy coding.
17+
V2.1 will be the last version to support iOS 8. I am working on Xcode 7 to support iOS 9 only features like `UIStackView`. Happy coding.
1818

1919
## Screenshots
2020
![Loading](https://raw.githubusercontent.com/JakeLin/SwiftWeather/master/screenshots/loading-33.png)
@@ -41,7 +41,7 @@ $ git clone https://github.com/JakeLin/SwiftWeather.git
4141
$ cd SwiftWeather
4242
```
4343

44-
2) Initialize submodule dependancies
44+
2) Initialize submodule dependencies
4545

4646
```
4747
$ git submodule update --init --recursive
@@ -62,4 +62,4 @@ $ open "Swift Weather.xcodeproj"
6262

6363
## Credits
6464
* Thanks to [johnsonjake](https://github.com/johnsonjake) for adding iOS 8 support and improving the UI/UX.
65-
* Thanks to [Marc](https://github.com/gizmou) for adding forcast feature, widget and app icon.
65+
* Thanks to [Marc](https://github.com/gizmou) for adding forecast feature, widget, and app icon.

0 commit comments

Comments
 (0)