Skip to content

Commit 2ac70ec

Browse files
fixed readme
1 parent 1f12304 commit 2ac70ec

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ When using this lib, please make references to this repo and give your start! :)
140140

141141
If you are using web3swift in your app or know of an app that uses it, please add it to [this list](https://github.com/matter-labs/web3swift/wiki/Apps-using-web3swift).
142142

143-
- If you **need help**, use [Stack Overflow](https://stackoverflow.com/questions/tagged/web3swift) and tag `web3swift`.
144-
- If you need to **find or understand an API**, check [our documentation](http://web3swift.github.io/web3swift/).
143+
- If you **need help**, [open an issue](https://github.com/matter-labs/web3swift/issues).
144+
- If you need to **find or understand an API**, check [our documentation](https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md).
145145
- If you'd like to **see web3swift best practices**, check [Apps using this library](https://github.com/matter-labs/web3swift/wiki/Apps-using-web3swift).
146146
- If you **found a bug**, [open an issue](https://github.com/matter-labs/web3swift/issues).
147147
- If you **have a feature request**, [open an issue](https://github.com/matter-labs/web3swift/issues).
@@ -270,7 +270,6 @@ func setLocalNode(port: Int = 8545) -> Web3? {
270270
- [x] Complete Documentation (https://web3swift.github.io/web3swift)
271271
- [x] Modularity with the basic Web3 subspec/SPM (the most basic functions like transaction signing and interacting with an http rpc server) and other modules with additional functionality
272272
- [x] [R-Token](https://github.com/harborhq/r-token) - Smart Contracts for applying regulatory compliance to tokenized securities issuance and trading
273-
- [x] Complete support Infura Websockets API
274273
- [x] Support IPFS via Infura public IPFS gateway
275274
- [x] Support more blockchains - Ripple, Bitcoin, EOS, etc.
276275
- [x] Performance Improvements

0 commit comments

Comments
 (0)