Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
I fixed 3 typos in this file:

Typo in "generat" should be "generate", "Compilie" should be "Compile" and "Managata" should be "Mangata".
  • Loading branch information
0xbasar authored Dec 24, 2023
1 parent 80250c9 commit 081b605
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Mangata operates as a cross-chain liquidity protocol, facilitating seamless tran
## Build mangata-node locally
- Install [docker](https://docs.docker.com/engine/install/ubuntu/)

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

```
Expand All @@ -42,7 +42,7 @@ Run unit tests only:
```bash
cargo test
```
Run unit tests and generat code coverage report in html format:
Run unit tests and generate code coverage report in html format:
```bash
cargo install cargo-tarpaulin
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
Expand Down Expand Up @@ -100,7 +100,7 @@ yarn down
### Sudo access
`Alice` is set as sudo account for parachain-launch docker setup

## Managata node configuration
## Mangata node configuration

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

Expand Down

0 comments on commit 081b605

Please sign in to comment.