Skip to content

Commit

Permalink
docs: improve descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
evilrobot-01 committed May 10, 2024
1 parent a50f0ca commit f38ea88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/pop-parachains/src/templates.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,14 @@ pub enum Template {
#[strum(
serialize = "contracts",
message = "Contracts",
detailed_message = "Parachain configured to supports Wasm-based contracts.",
detailed_message = "Parachain configured to support WebAssembly smart contracts.",
props(Provider = "Pop", Repository = "https://github.com/r0gue-io/contracts-parachain")
)]
Contracts,
#[strum(
serialize = "evm",
message = "EVM",
detailed_message = "Parachain configured with frontier, enabling compatibility with the Ethereum Virtual Machine (EVM).",
detailed_message = "Parachain configured with Frontier, enabling compatibility with the Ethereum Virtual Machine (EVM).",
props(Provider = "Pop", Repository = "https://github.com/r0gue-io/evm-parachain")
)]
EVM,
Expand Down

0 comments on commit f38ea88

Please sign in to comment.