Skip to content

Commit 8116909

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

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ A ridiculously tiny Python library for turning *"part of a whole"* into neat per
1818
```bash
1919
pip install percentify
2020

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%
21+
from percentify import percent
22+
percent(15, 30) == 50%
23+
```
24+

0 commit comments

Comments
 (0)