From 8a312120689d5a6faa50bb18e229f2ab0c398bc8 Mon Sep 17 00:00:00 2001 From: Giuliano-1 <59326521+Giuliano-1@users.noreply.github.com> Date: Fri, 22 Nov 2024 15:58:48 -0500 Subject: [PATCH] Update evm.md --- docs/new/how-to-guides/evm.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/new/how-to-guides/evm.md b/docs/new/how-to-guides/evm.md index b2163938f..5d08260c7 100644 --- a/docs/new/how-to-guides/evm.md +++ b/docs/new/how-to-guides/evm.md @@ -3,11 +3,11 @@ In this guide, you'll learn how to initialize an EVM-based Substreams project. Y ## Prerequisites - Docker and VS Code installed and up-to-date. -- Visit the [Getting Started Guide](https://github.com/streamingfast/substreams-starter) to initialize your development environment. +- Visit the [Getting Started Guide](https://github.com/streamingfast/substreams-starter) to initialize your Dev Container. ## Step 1: Initialize Your EVM Substreams Project -1. Open your development environment and run the following command to initialize your project: +1. Open your Dev Container and run the following command to initialize your project: ```bash substreams init @@ -43,9 +43,9 @@ After initialization, you can: You may find these additional resources helpful for developing your first EVM application. -### Development Container Reference +### Dev Container Reference -The [Development Container Reference](../references/devcontainer-ref.md) helps you navigate the complete container and its common errors. +The [Dev Container Reference](../references/devcontainer-ref.md) helps you navigate the complete container and its common errors. ### GUI Reference