From f53523d9edbfc855468e6a70ba1e465e762b6eab Mon Sep 17 00:00:00 2001 From: Nwani Victory Date: Tue, 22 Oct 2019 03:29:42 +0100 Subject: [PATCH 1/2] Added 3 learning resources link --- readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/readme.md b/readme.md index bfac2c1..fa0a30e 100644 --- a/readme.md +++ b/readme.md @@ -27,3 +27,10 @@ We're using GitHub pages to host whatevers in the `docs` folder in root. Unfortu 3. Copy the `ios-tutorials` folder into the root of this directory 4. Delete the `docs` folder (it's okay, we're going to fix this in a second) 4. Rename `ios-tutorials` to `docs`. + +## Additional learning materials + +- The official [Swift](https://developer.apple.com/documentation/swift) language documentation. +- [Swift](https://www.pluralsight.com/courses/swift3-fundamentals) Fundermentals course on pluralsight. +- A [Swift]() medium article on basic swift. + From 7d930a8abc1aa2da98116a5e4f7e5d8dcf346616 Mon Sep 17 00:00:00 2001 From: victory Date: Tue, 22 Oct 2019 14:12:53 +0100 Subject: [PATCH 2/2] Update readme.md Fixed broken link --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index fa0a30e..c8fb39d 100644 --- a/readme.md +++ b/readme.md @@ -32,5 +32,5 @@ We're using GitHub pages to host whatevers in the `docs` folder in root. Unfortu - The official [Swift](https://developer.apple.com/documentation/swift) language documentation. - [Swift](https://www.pluralsight.com/courses/swift3-fundamentals) Fundermentals course on pluralsight. -- A [Swift]() medium article on basic swift. +- A [Swift](https://medium.com/swift2go/beginning-swift-programming-part-1-variables-constants-and-types-776ad50952f1) medium article on basic swift.