From 73717b22ebe2ed62d9c1bff516aefb86db779d0e Mon Sep 17 00:00:00 2001 From: cam-schultz <78878559+cam-schultz@users.noreply.github.com> Date: Tue, 19 Dec 2023 15:06:54 -0600 Subject: [PATCH] Update contracts/src/CrossChainApplications/GETTING_STARTED.md Co-authored-by: Michael Kaplan <55204436+michaelkaplan13@users.noreply.github.com> Signed-off-by: cam-schultz <78878559+cam-schultz@users.noreply.github.com> --- contracts/src/CrossChainApplications/GETTING_STARTED.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/src/CrossChainApplications/GETTING_STARTED.md b/contracts/src/CrossChainApplications/GETTING_STARTED.md index 33596ad9a..936f005d7 100644 --- a/contracts/src/CrossChainApplications/GETTING_STARTED.md +++ b/contracts/src/CrossChainApplications/GETTING_STARTED.md @@ -4,7 +4,7 @@ This section walks through how to build an example cross-chain application on to ## Step 1: Create Initial Contract -Create a new file called `MyExampleCrossChainMessenger.sol` in the `teleporter/contracts/src/CrossChainApplications/MyExampleCrossChainMessenger/` +Create a new file called `MyExampleCrossChainMessenger.sol` in a `teleporter/contracts/src/CrossChainApplications/MyExampleCrossChainMessenger/` directory. At the top of the file define the Solidity version to work with, and import the necessary types and interfaces.