Skip to content

Commit

Permalink
removing syntax typo in readme.md (#2729)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulo Henrique authored and jshier committed Mar 6, 2019
1 parent fe8c032 commit 3b09bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -108,7 +108,7 @@ Once you have your Swift package set up, adding Alamofire as a dependency is as

```swift
dependencies: [
.package(url: "https://github.com/Alamofire/Alamofire.git", from: "5.0.0-beta.2"))
.package(url: "https://github.com/Alamofire/Alamofire.git", from: "5.0.0-beta.2")
]
```

Expand Down

0 comments on commit 3b09bcb

Please sign in to comment.