From 6384ed37a4e996d090e3c354c94cd4423c23543d Mon Sep 17 00:00:00 2001
From: Jon Gomez <90850607+darociion@users.noreply.github.com>
Date: Wed, 27 Mar 2024 12:57:33 -0300
Subject: [PATCH] update README.md
---
README.md | 38 +++++++++++++++++++++++++++++++++++---
1 file changed, 35 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 17fb263..fc483a7 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,36 @@
-# Secret Number
-Based on secret number game made by Alura
+
+
+
+A very simple secret number game made with HTML, CSS and vanilla Javascript.
+How to play? Press start button and select any number you want until you found the correct one.
+Based on secret number game made by Alura Latam
+
+
+## Demo :rocket:
+
+https://darociion.github.io/secret-number/
+
+
+## Run Locally :computer:
+
+Clone the project
+
+```code
+ git clone https://github.com/darociion/secret-number.git
+```
+
+Go to the project directory
+```code
+ cd secret-number
+ ```
+
+Open index file in your web browser
+```code
+ "web browser name here" index.html
+ ```
+
+
+## Feedback :v:
+
+If you have any feedback, please let me know.
- Demo = https://darociion.github.io/Secret-Number/