From 68a9f79b67cf462471f41858728b52a25dbec8c4 Mon Sep 17 00:00:00 2001 From: Sarah Schwartz <58856580+sarahschwartz@users.noreply.github.com> Date: Thu, 15 Aug 2024 10:56:06 -0600 Subject: [PATCH] docs: minor edits to custom ZK chain tutorial (#40) * docs: add image, minor edits to custom ZK chain * docs: remove image --- content/tutorials/custom-zk-chain/10.index.md | 2 +- content/tutorials/custom-zk-chain/20.customizing-your-chain.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/tutorials/custom-zk-chain/10.index.md b/content/tutorials/custom-zk-chain/10.index.md index 3d40d9a..9df1bea 100644 --- a/content/tutorials/custom-zk-chain/10.index.md +++ b/content/tutorials/custom-zk-chain/10.index.md @@ -7,7 +7,7 @@ This tutorial shows you how to use the `zk_inception` CLI to run an Elastic Chai - You'll set up a local **Elastic Chain ecosystem** - You'll create a standard **ZK chain** -- You'll deploy a smart contract to your local **ZK chain** +- You'll **deploy a smart contract** to your local ZK chain - You'll create a second ZK chain that uses a **custom ERC20 base token** ## Prerequisites diff --git a/content/tutorials/custom-zk-chain/20.customizing-your-chain.md b/content/tutorials/custom-zk-chain/20.customizing-your-chain.md index 1c85ba6..8f01754 100644 --- a/content/tutorials/custom-zk-chain/20.customizing-your-chain.md +++ b/content/tutorials/custom-zk-chain/20.customizing-your-chain.md @@ -1,5 +1,5 @@ --- -title: Customizing your ZK chain +title: Customizing Your ZK Chain description: Create a ZK chain with a custom ERC20 base token. ---