From aef6fa8d4634e77cecd6f3b7f34f4602f90f2b91 Mon Sep 17 00:00:00 2001 From: ivegabr Date: Wed, 27 Nov 2024 19:19:24 +0100 Subject: [PATCH 1/3] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25dfbb2..4382023 100644 --- a/README.md +++ b/README.md @@ -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 From 4375c9c59a63b9f56748ee7ac0791f7afd17b705 Mon Sep 17 00:00:00 2001 From: ivegabr Date: Wed, 27 Nov 2024 19:21:26 +0100 Subject: [PATCH 2/3] select only main branch --- .github/workflows/devportal-update.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/devportal-update.yml b/.github/workflows/devportal-update.yml index c7593c2..d626b15 100644 --- a/.github/workflows/devportal-update.yml +++ b/.github/workflows/devportal-update.yml @@ -4,6 +4,8 @@ on: push: paths: - 'README.md' + branches: + - main jobs: update-docs: From 18e538e63ae07b6f1b7d0b2eb2379671a6cbada2 Mon Sep 17 00:00:00 2001 From: ivegabr Date: Wed, 27 Nov 2024 19:35:29 +0100 Subject: [PATCH 3/3] 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