Skip to content

Commit

Permalink
Update README about installation by SPM
Browse files Browse the repository at this point in the history
  • Loading branch information
koher committed Nov 9, 2016
1 parent 549ac7c commit 76b1630
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,8 @@ public struct Classifier {

### Swift Package Manager

```
.Package(url: "git@github.com:qoncept/TensorSwift.git",
Version(0, 2, 0)),
```swift
.Package(url: "git@github.com:qoncept/TensorSwift.git", majorVersion: 0, minor: 2),
```

### CocoaPods
Expand Down

0 comments on commit 76b1630

Please sign in to comment.