Skip to content

Commit f4f768f

Browse files
committed
Add getting started section
1 parent 5c0dd07 commit f4f768f

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,10 @@
22

33
This webapp is a simple tip calculator that allows you to enter the total bill
44
amount and the tip percentage. It then calculates the total amount to be paid,
5-
including the tip, and displays the result in a user-friendly format.
5+
including the tip, and displays the result in a user-friendly format.
6+
7+
### Getting Started
8+
9+
1. Clone the repository.
10+
2. Open index.html on your browser.
11+
3. Enter input values and that's it.

docs/index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,10 @@
22

33
This webapp is a simple tip calculator that allows you to enter the total bill
44
amount and the tip percentage. It then calculates the total amount to be paid,
5-
including the tip, and displays the result in a user-friendly format.
5+
including the tip, and displays the result in a user-friendly format.
6+
7+
### Getting Started
8+
9+
1. Clone the repository.
10+
2. Open index.html on your browser.
11+
3. Enter input values and that's it.

0 commit comments

Comments
 (0)