Skip to content

Commit 2cbaf9a

Browse files
Merge branch 'main' of github.com:canopy-network/canopy
2 parents f09335b + 282103f commit 2cbaf9a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ forming an `unstoppable` web of utility and security.
2424

2525
➪ A recursive framework to build blockchains.
2626

27-
➪ The seed chain code that started the recursive cycle.
27+
➪ The seed chain that started the recursive cycle.
2828

2929
For more information on the Canopy Network Protocol visit [https://canopynetwork.org](https://canopynetwork.org)
3030

@@ -38,7 +38,7 @@ For more information on the Canopy Network Protocol visit [https://canopynetwork
3838

3939
## Repository Documentation
4040

41-
Welcome to the Canopy Network reference implementation. This code base can be well understood reading about the core modules:
41+
Welcome to the Canopy Network reference implementation. This repository can be well understood reading about the core modules:
4242

4343
- [Controller](controller/README.md): Coordinates communication between all the major parts of the Canopy blockchain, like a central hub or "bus" that connects the system together.
4444
- [Finite State Machine (FSM)](fsm/README.md): Defines the logic for how transactions change the blockchain's state — it decides what’s valid and how state transitions happen from one block to the next.
@@ -55,7 +55,7 @@ make build/canopy-full
5555
canopy start
5656
```
5757

58-
## How to Run It With 🐳 Docker
58+
## How to Run It with 🐳 Docker
5959

6060
➪ To run a Canopy `Localnet` in a *containerized* environment, use the following commands:
6161
```bash

0 commit comments

Comments
 (0)