Skip to content

Commit ed61466

Browse files
authored
Update README.md
1 parent 8d17715 commit ed61466

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# EllipticCurve
22

3-
[![Build Status](https://travis-ci.org/hyu2018/EllipticCurve.svg?branch=master)](https://travis-ci.org/hyu2018/EllipticCurve)
3+
[![Build Status](https://travis-ci.org/hyugit/EllipticCurve.svg?branch=master)](https://travis-ci.org/hyugit/EllipticCurve)
44
[![Language](https://img.shields.io/badge/swift-4-orange.svg)](https://swift.org)
5-
[![Platform](https://img.shields.io/badge/platform-ios%20|%20macos-lightgrey.svg)](https://github.com/hyu2018/EllipticCurve)
5+
[![Platform](https://img.shields.io/badge/platform-ios%20|%20macos-lightgrey.svg)](https://github.com/hyugit/EllipticCurve)
66
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-green.svg?style=flat)](https://github.com/Carthage/Carthage)
77

88

@@ -188,14 +188,14 @@ struct MyECFF: EllipticCurveOverFiniteField {
188188
Currently, only carthage package installation is tested.
189189

190190
- install Carthage: `brew install carthage`
191-
- add this line to your Cartfile: `github "hyu2018/EllipticCurve"`
191+
- add this line to your Cartfile: `github "hyugit/EllipticCurve"`
192192
- run `carthage update` under your project directory
193193

194194
### Swift Package Manager
195195

196196
```
197197
dependencies: [
198-
.package(url: "https://github.com/hyu2018/EllipticCurve.git", from: "0.3.0")
198+
.package(url: "https://github.com/hyugit/EllipticCurve.git", from: "0.3.0")
199199
]
200200
```
201201

0 commit comments

Comments
 (0)