Skip to content

Commit a2e05f0

Browse files
authored
fix: typo
1 parent 8e5b468 commit a2e05f0

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,24 @@
22

33
FxPortal for Matic chain. No mapping. Seamless.
44

5-
### Warning: Under heavy development. Code is not audited.
5+
### Warning: Under heavy development. This code is not audited.
66

77
### What is Fx bridge (fx-portal)?
88

9-
It's Meta bridge. This bridge allows any type of state sync without mapping.
9+
It's Meta bridge. This bridge allows any state-syncs without mapping.
1010

1111
**What about PoS portal?**
1212

13-
PoS Portal is another bridge but it works only for few ERC standards and requires mappings. It is more developer friendly, allows customization without much headache.
13+
PoS Portal is another bridge, but it works only for few ERC standards and requires mappings. It is more developer-friendly, allows customization without much headache.
1414

15-
While Fx-portal focuses on permissionless-ness and flexibility. A deverloper might have to write more code but more customizatable than PoS Portal. Requires no mapping.
15+
While Fx-portal focuses on permissionless-ness and flexibility, a developer might have to write more code but more customizable than PoS Portal. It requires no mapping.
1616

17-
**Can I built my own bridge?**
17+
**Can I built my bridge?**
1818

19-
Yes. You can check docs here: https://docs.matic.network/docs/develop/l1-l2-communication/ethereum-to-matic and https://docs.matic.network/docs/develop/l1-l2-communication/matic-to-ethereum
19+
Yes. You can check docs here: https://docs.matic.network/docs/develop/l1-l2-communication/ethereum-to-matic
20+
https://docs.matic.network/docs/develop/l1-l2-communication/matic-to-ethereum
2021

21-
### What is FxChild and FxRoot?
22+
### What are FxChild and FxRoot?
2223

2324
`FxChild` (FxChild.sol) and `FxRoot` (FxRoot.sol) are main contracts on which mapping-less bridge works. It calls and passes data to user-defined methods on another chain without mapping.
2425

@@ -38,7 +39,7 @@ Yes. You can check docs here: https://docs.matic.network/docs/develop/l1-l2-comm
3839
| [FxChild (Matic Mainnnet)](https://explorer-mainnet.maticvigil.com/address/0x8397259c983751DAf40400790063935a11afa28a/contracts) | `0x8397259c983751DAf40400790063935a11afa28a`|
3940

4041

41-
You can deploy your own `FxChild` and `FxRoot`. But no need, except you just want to have some fun and extra ETH to throw away.
42+
You can deploy your own `FxChild` and `FxRoot`, but no need. Except you want to have some fun and have extra ETH to throw away.
4243

4344
### What can I build with it?
4445

0 commit comments

Comments
 (0)