diff --git a/README.md b/README.md index cfcba4c..7227862 100644 --- a/README.md +++ b/README.md @@ -1436,7 +1436,7 @@ with PyCallGraph(output=graph): ``` -### Timing Decorators +### Profiling Decorators #### Prints runtime of decorated function: ```python from timeit import default_timer