Skip to content

Commit

Permalink
Update welcome-to-substrate.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PreetamSing authored Jul 6, 2023
1 parent 5c1ecf9 commit 2de917f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/md/en/docs/learn/welcome-to-substrate.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ You select and combine the pallets that suit your application to compose a custo
For example, if your application needs to manage account balances, you can simply include the Balances pallet in the configuration of your runtime logic.
You can then modify the configuration of the pallet in your custom runtime to suit your application.

In the following diagram, the runtime is composed of nine pallets to implement consensus, include timestamps for blocks, manage assets and balances, and prepare a framework for governance and managing pooled funds.
In the following diagram, the runtime is composed of eight pallets to implement consensus, include timestamps for blocks, manage assets and balances, and prepare a framework for governance and managing pooled funds.

![Select pallets to compose the runtime](/media/images/docs/compose-runtime.png)

Expand Down

0 comments on commit 2de917f

Please sign in to comment.