From 2f94501d7408ffefda44a6bc56d931e33261941c Mon Sep 17 00:00:00 2001 From: Johnny <9611008+johnnymatthews@users.noreply.github.com> Date: Fri, 24 Jan 2025 13:29:37 -0400 Subject: [PATCH] Changes the title for devnet spinup. --- content/guides/spin-up-a-devnet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/guides/spin-up-a-devnet.md b/content/guides/spin-up-a-devnet.md index ce649fb..23bbdf6 100644 --- a/content/guides/spin-up-a-devnet.md +++ b/content/guides/spin-up-a-devnet.md @@ -1,5 +1,5 @@ --- -title: "Spin up a devnet for Entropy" +title: "Spin up a devnet" lead: "A developer network (devnet) is a private blockchain network that mimics the mainnet but is isolated for testing and development purposes. This allows developers to make mistakes and iterate quickly without impacting real users or risking real-world assets. This guide will walk you through setting up a local devnet for the Entropy." ---