Skip to content

Commit 0ab5191

Browse files
authored
chore: fix typos (#114)
1 parent 4823880 commit 0ab5191

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

TECHNICAL-SETUP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Run `make test-all` command to run tests.
6868

6969
## Localnet
7070

71-
To start a local blockchain, you can simply run the following command. The command uses Ignite CLI to start a local blockchain node with automatic reloading. If you don't have Starport set up in your local machine, see this [install guide](https://docs.ignite.com/#install-starport) to install it.
71+
To start a local blockchain, you can simply run the following command. The command uses Ignite CLI to start a local blockchain node with automatic reloading. If you don't have Ignite set up in your local machine, see this [install guide](https://docs.ignite.com/welcome/install) to install it.
7272
7373
```bash
7474
make localnet

app/sim_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ func interBlockCacheOpt() func(*baseapp.BaseApp) {
6060
}
6161

6262
// BenchmarkSimulation run the chain simulation
63-
// Running using starport command:
63+
// Running using ignite command:
6464
// `ignite chain simulate -v --numBlocks 200 --blockSize 50`
6565
// Running as go benchmark test:
6666
// `go test -benchmem -run=^$ -bench ^BenchmarkSimulation ./app -NumBlocks=200 -BlockSize 50 -Commit=true -Verbose=true -Enabled=true`

0 commit comments

Comments
 (0)