Skip to content

Fix grammar/capitalization errors in README.md #4036

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

Merged
merged 2 commits into from
Aug 6, 2016
Merged
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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@ compiler for C++14 support and create a symlink:

### Getting Sources for Swift and Related Projects

First create a directory for all of the swift sources:
First create a directory for all of the Swift sources:

mkdir swift-source
cd swift-source

**Note:** This is important since update-checkout (see below) checks out
repositories next to the swift source directory. This means that if one clones
swift and has other unrelated repositories, update-checkout may not clone those
repositories next to the Swift source directory. This means that if one clones
Swift and has other unrelated repositories, update-checkout may not clone those
repositories and will update them instead.

**Via HTTPS** For those checking out sources as read-only, HTTPS works best:
Expand Down Expand Up @@ -138,7 +138,7 @@ it next to the other projects and it will be bootstrapped automatically:
The `build-script` is a high-level build automation script that supports basic
options such as building a Swift-compatible LLDB, building the Swift Package
Manager, building for iOS, running tests after builds, and more. It also
supports presets which you can define for common combinations of build options.
supports presets, which you can define for common combinations of build options.

To find out more:

Expand Down