Skip to content

Commit 806a90e

Browse files
committed
Wrap dependencies into code block
1 parent e758d7d commit 806a90e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ The Swift Package Manager is a tool for automating the distribution of Swift cod
1010

1111
Once you have your Swift package set up, adding Alamofire as a dependency is as easy as adding it to the dependencies value of your Package.swift.
1212

13+
```swift
1314
dependencies: [
1415
.package(url: "https://github.com/nimblehq/JSONMapper.git", .upToNextMajor(from: "1.0.0"))
1516
]
16-
17+
```
1718

1819
## License
1920

0 commit comments

Comments
 (0)