From 5cac836eb8ea504b23c20cda8e44e15e8a890739 Mon Sep 17 00:00:00 2001 From: Hoang Long Date: Thu, 1 Jun 2023 12:26:52 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41f098a..cf09ae3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Execy -[![Upload Python Package](https://github.com/hglong16/execy/actions/workflows/python-publish.yml/badge.svg?branch=master)](https://github.com/hglong16/execy/actions/workflows/python-publish.yml) +[![Upload Python Package](https://github.com/hglong16/execy/actions/workflows/python-publishing.yml/badge.svg)](https://github.com/hglong16/execy/actions/workflows/python-publishing.yml) The execy `@exec_time` decorator is a utility that measures the execution time of a function. It can be used to easily track and log the time taken by a function to execute, both for synchronous and asynchronous functions.