Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yageek committed Aug 27, 2020
1 parent cfdaaaa commit 4e9d3ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@ import PackageDescription

let package = Package(
dependencies: [
.package(url: "https://github.com/yageek/tulipindicators-swift.git", from: "1.0.0"),
.package(url: "https://github.com/yageek/tulipindicators-swift.git", from: "1.0.1"),
]
)
```

### Carthage

```
github "yageek/tulipindicators-swift" ~> 1.0.0
github "yageek/tulipindicators-swift" ~> 1.0.1
```

### Cocoapods

```
pod 'tulipindicators-swift' ~> 1.0.0
pod 'tulipindicators-swift' ~> 1.0.1
```

## Usage
Expand Down

0 comments on commit 4e9d3ab

Please sign in to comment.