Skip to content

Commit

Permalink
Add syntax highlighting to README
Browse files Browse the repository at this point in the history
  • Loading branch information
BasThomas authored Nov 14, 2016
1 parent f3497a6 commit 226337e
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 @@ -21,7 +21,7 @@ This library returns ISO codes, names and currencies for countries.

Searching an ISO code returns a struct.

```
```swift
// Search via numeric, alpha-2 or alpha-3 format
print(IsoCountryCodes.find(key: "020").name) //Andorra
print(IsoCountryCodes.find(key: "TK").name) //Tokelau
Expand Down

0 comments on commit 226337e

Please sign in to comment.