From e37cc3abcd87af78dd5a0a009787a7ebdcec9eaf Mon Sep 17 00:00:00 2001 From: Andrea Bianchi Date: Sun, 29 Mar 2026 09:26:54 +0900 Subject: [PATCH] Reworded --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4cdf42..0391c60 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ In this assignment you are required to understand **functions and recursion**, a Clone the repository in your computer and you will find a few files and these instructions. -You are on the `main` branch, but the code for this exercise and the instructions are inside the `develop` branch. Checkout (or switch to) the `develop`branch and you will see the main files `main.js` and `index.html` as well as the rest of the instructions. The file `main.js`contains some stub code to get you started. Do all your commits in the develop branch, then, when you are done, **merge** your changes in the `main` branch, before submitting. +You are on the `main` branch. Create a `develop` branch and develop your code there. The file `main.js`contains some stub code to get you started. Do all your commits in the develop branch, then, when you are done, **merge** your changes in the `main` branch, before submitting. ## Overview