From 127e6833d4e76973122dd97e6e87b999a98f09e8 Mon Sep 17 00:00:00 2001 From: Ross Penman Date: Thu, 3 Dec 2015 18:12:40 +0000 Subject: [PATCH] Syntax highlighting in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a725ce8b2b..4570efd442 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ See our [status page](Docs/Status.md) for a detailed list of what features are c Here is a simple `main.swift` file which uses Foundation. This guide assumes you have already installed a version of the latest [Swift binary distribution](https://swift.org/downloads#latest). -``` +```swift import Foundation // Make an URLComponents instance