From ff8879d8ec8a2765e67b8ddf8df751459208e560 Mon Sep 17 00:00:00 2001 From: Ian Traas <108365619+itraas@users.noreply.github.com> Date: Tue, 30 Aug 2022 10:26:23 -0500 Subject: [PATCH] Update 0_dappDesign.md Updated copy for flow and style. --- src/dapps/architecture/0_dappDesign.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dapps/architecture/0_dappDesign.md b/src/dapps/architecture/0_dappDesign.md index 934e9a1..f66a44c 100644 --- a/src/dapps/architecture/0_dappDesign.md +++ b/src/dapps/architecture/0_dappDesign.md @@ -1,5 +1,5 @@ # xDapp Design -Now that we've established the concepts and major components underlying xDapps, let's dive into the process of designing one. This chapter will help guide you through the considerations you should make before developing an xDapp, including topics like network topology, protocol design, and more. +Now that we've established the major concepts and components underlying xDapps, let's dive into the process of designing one. This chapter will guide you through the considerations you should make before developing an xDapp, including topics like network topology, protocol design and more. -By the end of this chapter, you should have all the tools you need to lay out a design for your xDapp and start building. +By the end of this chapter, you will have all the tools you need to lay out a design for your xDapp and start building.