Skip to content

Commit 8e2c0ae

Browse files
example in readme
1 parent 9466ed9 commit 8e2c0ae

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Cheers! 🚀
3535
- [Requirements](#requirements)
3636
- [Migration Guides](#migration-guides)
3737
- [Documentation](#documentation)
38-
- [Example](#example)
38+
- [Examples](#examples)
3939
- [FAQ](#faq)
4040
- [Credits](#credits)
4141
- [What we have already done](#what-we-have-already-done)
@@ -166,14 +166,16 @@ Here are quick references for basic features:
166166
- [Websockets](https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#websockets)
167167
- [ENS](https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#ens)
168168

169-
### Example
169+
### Examples
170170

171-
You can try lib by running the example project:
171+
#### Web3View example
172+
173+
You can see how to use WKWebView with injected "web3" provider by running the example project:
172174

173175
- Clone the repo: `git clone https://github.com/matter-labs/web3swift.git`
174-
- Move to the repo: `cd web3swift/Example/web3swiftExample`
176+
- Move to the repo: `cd web3swift/Example/web3swiftBrowser`
175177
- Install Dependencies: `pod install`
176-
- Open: `open ./web3swiftExample.xcworkspace`
178+
- Open: `open ./web3swiftBrowser.xcworkspace`
177179

178180
## FAQ
179181

0 commit comments

Comments
 (0)