Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

corrected how headings are shown #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand All @@ -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.