Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcmz authored Nov 14, 2021
1 parent e65f1d8 commit 42fe379
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ SDKs are open source, and you can use them according to the licence.

The library client specifications can be found here:

https://zed-io.github.io/flow-swift/
https://outblock.github.io/flow-swift/


## Getting Started
Expand All @@ -29,7 +29,7 @@ https://zed-io.github.io/flow-swift/
This is a Swift Package, and can be installed via Xcode with the URL of this repository:

```swift
.package(name: "Flow", url: "https://github.com/zed-io/flow-swift.git", from: "0.1.3-beta")
.package(name: "Flow", url: "https://github.com/outblock/flow-swift.git", from: "0.1.3-beta")
```

## Config
Expand Down Expand Up @@ -115,7 +115,8 @@ Retrieve transactions from the network by providing a transaction ID. After a tr

⚠️ The transaction ID provided must be from the current spork.

📖 **Transaction status** represents the state of transaction in the blockchain. Status can change until is finalized.
📖 **Transaction status** represents the state of transaction in the blockchain. Status can change until is finali
.

| Status | Final | Description |
| ----------- | ----------- | ----------- |
Expand Down

0 comments on commit 42fe379

Please sign in to comment.