Skip to content

Commit ca2060e

Browse files
committed
mardown fix
1 parent b518635 commit ca2060e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
- [Send Ether](#send-ether)
2424
- [Send ERC-20 Token](#send-erc-20-token)
2525
- [Write Transaction and call smart contract method](#write-transaction-and-call-smart-contract-method)
26-
- [Web3View example:](#web3view-example)
27-
- [Build from source:](#build-from-source)
26+
- [Web3View example](#web3view-example)
27+
- [Build from source](#build-from-source)
2828
- [Requirements](#requirements)
2929
- [Migration Guides](#migration-guides)
3030
- [Documentation](#documentation)
@@ -194,7 +194,7 @@ let tx = contract.write(
194194
transactionOptions: options)!
195195
```
196196

197-
#### Web3View example:
197+
### Web3View example
198198

199199
You can see how to our demo project: **WKWebView with injected "web3" provider**:
200200

0 commit comments

Comments
 (0)