Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hdchan committed Apr 20, 2016
1 parent 1e2e677 commit 1211b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Keep your constants' scope as small as possible. For instance, when you only nee
```swift

struct Config {
static let baseURL: NSURL(string: "http://www.example.org/")!
static let baseURL = NSURL(string: "http://www.example.org/")!
static let splineReticulatorName = "foobar"
}

Expand Down

0 comments on commit 1211b10

Please sign in to comment.