Skip to content

Commit

Permalink
Add syntax highlighting to installation steps (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorah authored and Lukasa committed Jan 21, 2020
1 parent a98eabe commit b4dbfac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ All code will go through code review like in the other repositories related to t

To depend on `swift-nio-extras`, put the following in the `dependencies` of your `Package.swift`:

.package(url: "https://github.com/apple/swift-nio-extras.git", from: "1.0.0"),
```swift
.package(url: "https://github.com/apple/swift-nio-extras.git", from: "1.0.0"),
```

### Support for older Swift versions

Expand Down

0 comments on commit b4dbfac

Please sign in to comment.