Skip to content

Commit

Permalink
📚 docs: add emojis to sections titles
Browse files Browse the repository at this point in the history
  • Loading branch information
adriamontoto committed Aug 8, 2024
1 parent 22bc281 commit a801fbe
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ These tools ⚒️ are intended to assist developers in identifying performance


## Table of Contents
- [Installation](#installation)
- [Utilization](#utilization)
- [License](#license)
- [📥 Installation](#installation)
- [💻 Utilization](#utilization)
- [🔑 License](#license)
<br><br>

<p align="right">
Expand All @@ -34,7 +34,8 @@ These tools ⚒️ are intended to assist developers in identifying performance



## Installation
<a name="installation"></a>
## 📥 Installation
```bash
pip install developing-tools
```
Expand All @@ -46,7 +47,8 @@ pip install developing-tools



## Utilization
<a name="utilization"></a>
## 💻 Utilization
### Execution Time
The `execution_time` decorator allows you to measure the execution time of a function. The decorator has one parameter:

Expand Down Expand Up @@ -154,8 +156,8 @@ too_slow_function()
</p>



## License
<a name="license"></a>
## 🔑 License
This project is licensed under the terms of the [MIT license](https://choosealicense.com/licenses/mit/).
<br><br>

Expand Down

0 comments on commit a801fbe

Please sign in to comment.