Skip to content

Commit c88f697

Browse files
authored
Update README.md
1 parent e44da3a commit c88f697

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,9 @@ A ridiculously tiny Python library for turning *"part of a whole"* into neat per
1616
## 📦 Installation
1717

1818
```bash
19-
pip install percentify
19+
pip install percentify
20+
21+
## 🤩 Idea
22+
Simply find the percentage of a number in another number.
23+
15 of 30 is 50%
24+
so percent(15, 30) == 50%

0 commit comments

Comments
 (0)