Skip to content

Commit 9ebec79

Browse files
authored
Update README.md (#667)
I fixed 3 typos in this file: Typo in "generat" should be "generate", "Compilie" should be "Compile" and "Managata" should be "Mangata".
2 parents 6e1dcd2 + 3059d47 commit 9ebec79

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
@@ -28,7 +28,7 @@ Mangata operates as a cross-chain liquidity protocol, facilitating seamless tran
2828
## Build mangata-node locally
2929
- Install [docker](https://docs.docker.com/engine/install/ubuntu/)
3030

31-
### Compilie mangata-node binary and wasms artifacts
31+
### Compile mangata-node binary and wasms artifacts
3232
- use docker wrapper for cargo to build `mangata-node`
3333

3434
```
@@ -42,7 +42,7 @@ Run unit tests only:
4242
```bash
4343
cargo test
4444
```
45-
Run unit tests and generat code coverage report in html format:
45+
Run unit tests and generate code coverage report in html format:
4646
```bash
4747
cargo install cargo-tarpaulin
4848
cargo tarpaulin --timeout 120 --workspace -e runtime-integration-test mangata-node common-runtime mangata-kusama-runtime mangata-rococo-runtime --exclude-files **/mock.rs **/weights.rs **/weights/* --out Html
@@ -100,7 +100,7 @@ yarn down
100100
### Sudo access
101101
`Alice` is set as sudo account for parachain-launch docker setup
102102

103-
## Managata node configuration
103+
## Mangata node configuration
104104

105105
There is number of chain configurations available for both development and production environements:
106106

0 commit comments

Comments
 (0)