From 53dcdb9dcfee946a65d6c62804e4d37c35bed7db Mon Sep 17 00:00:00 2001 From: Ian Traas <108365619+itraas@users.noreply.github.com> Date: Mon, 5 Sep 2022 19:47:43 -0500 Subject: [PATCH] Update overview.md --- src/development/scaffold/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/development/scaffold/overview.md b/src/development/scaffold/overview.md index 8bb1c90..0c50cce 100644 --- a/src/development/scaffold/overview.md +++ b/src/development/scaffold/overview.md @@ -4,7 +4,7 @@ To help you get started with cross-chain development, we've provided a template The template uses npm workspaces to setup a main project with subdirectories for each supported chain. This allows you to initialize each subdirectory using any scaffolding tool for each individual chain along with orchestration code in a common directory. -Let's break down what's in the `xdapp-starter` project: +What's in the `xdapp-starter` project: ### chains/ This folder contains the subdirectories for chain-specific code. For example, you might use the `anchor` tool to `anchor init solana-project` within the chains/ directory.