From 4e28020e236a5778eb7b1033514fd277e013841c Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Wed, 13 Sep 2023 17:41:15 +0530 Subject: Updating README.md --- README.md | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f63d455..67eb594 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,9 @@ This is a simple web calculator built with HTML, CSS, and JavaScript. 1. Clone this repository to your local machine: ```bash - git clone https://github.com/jsutsaumit/web-calculator.git + git clone https://github.com/justsaumit/web-calculator.git ``` + 2. Navigate to the project directory: ```bash @@ -30,9 +31,10 @@ This is a simple web calculator built with HTML, CSS, and JavaScript. - `script.js`: JavaScript file for calculator logic. - `server.py`: Python server using Flask for. -## Customize +## Reference -Feel free to customize the calculator's appearance and behavior by modifying the HTML, CSS, and JavaScript files. +This is image is for reference. +Image Description ## License @@ -45,11 +47,18 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file 1. **Fork the Repository:** Click the "Fork" button on the top right corner of the repository page to create a copy of the project in your GitHub account. 2. **Clone Your Fork:** Clone your forked repository to your local machine using the following command: + **Using HTTPS** ```bash git clone https://github.com//web-calculator.git ``` + **Using SSH** + + ```bash + git clone git@github.com:/web-calculator.git + ``` + 3. **Create a Branch:** Create a new branch for your work. Use a descriptive name for your branch to indicate the feature or bug you are working on: ```bash @@ -76,10 +85,6 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file 9. **Merge:** Once your PR is approved, it will be merged into the main project. -## License - -By contributing to this project, you agree to the [MIT LICENSE](LICENSE). - --- -Thank you for your contribution! Hope you do many more! +**Thank you for your contribution :D Hope you do many more!** -- cgit v1.2.3