Skip to content

Commit f9ea2d9

Browse files
authored
Merge pull request #2 from nimblehq/feature/update-readme
Update README
2 parents e758d7d + 806a90e commit f9ea2d9

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)