From 18e538e63ae07b6f1b7d0b2eb2379671a6cbada2 Mon Sep 17 00:00:00 2001 From: ivegabr Date: Wed, 27 Nov 2024 19:35:29 +0100 Subject: [PATCH] rephrase --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4382023..37a175d 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ In this tutorial, you'll learn how to set up your Foundry development environmen Before starting the dApp, make sure to have the following prerequisites: 1. **Familiarity with Smart Contracts:** - - If you’re new to smart contracts, consider learning the basics. Understanding how smart contracts work will enhance your experience with Rootstock development. + - If you’re new to smart contracts, consider learning the basics. Understanding how smart contracts work will enhance your experience with developing on Rootstock. 2. **Foundry installation using [Foundryup](https://book.getfoundry.sh/getting-started/installation#using-foundryup):** - To install, visit the official [Foundry documentation](https://book.getfoundry.sh/getting-started/installation#using-foundryup), for more information. @@ -165,4 +165,4 @@ The result should look like this: ## Final Comments -You can explore the folders and files within the starter kit and customize the kit to suit your project’s needs. You can also learn how to import `.env` variables for deploying smart contracts, test smart contracts with solidity, etc.. \ No newline at end of file +You can explore the folders and files within the starter kit and customize the kit to suit your project’s needs. You can also learn how to import `.env` variables for deploying smart contracts, test smart contracts with solidity, etc. \ No newline at end of file