From 463e1877ac7f5b694f76b4db1b84a1936cbe54d8 Mon Sep 17 00:00:00 2001 From: Rachit2030 <69667845+Rachit2030@users.noreply.github.com> Date: Wed, 23 Dec 2020 16:29:20 +0530 Subject: [PATCH] corrected how headings are shown --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e5ddcf3..2be74c3 100644 --- a/README.md +++ b/README.md @@ -3,16 +3,16 @@ learn-swift Learn Apple's Swift programming language interactively through these playgrounds. -###Target Audience +### Target Audience Programmers familiar with C++ and/or Objective-C. -###What you'll need +### What you'll need You will need XCode 6.0 GM (or later) or 6.1 Beta 2 (or later) and probably a Mac to run it on. -###Purpose & Goal +### Purpose & Goal More than a primer, these playgrounds are intended to get programmers up to speed on Swift as fast as possible so they can begin using Swift productively. @@ -24,7 +24,7 @@ Learn Apple's Swift programming language interactively through these playgrounds along the way. Play the 'what-if' game. These are live playgrounds which offer near-realtime feedback of edits. -###Source of Content +### Source of Content I created these while working my way through the "Language Guide" section of Apple's book, "The Swift Programming Language". I feel the information from @@ -35,7 +35,7 @@ Learn Apple's Swift programming language interactively through these playgrounds If you don't already have the book, it's free. You should probably get it. -###Contributors +### Contributors Thanks to Rafał Wójcik for his quick work to update these playgrounds to incorporate the Swift language changes that came with XCode Beta 3.