From beace4259952e1a58d2ec9c40dd21ceab44bafdc Mon Sep 17 00:00:00 2001 From: w4nn4d13 Date: Mon, 6 Apr 2026 22:41:21 +0530 Subject: [PATCH] Update README with correct package name exectrace-workflow --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87d6358..090904e 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ ExecuTrace is a Python library and CLI tool that captures developer workflows an ### From PyPI (Global Library) ```bash # Install globally from PyPI -pip install exectrace +pip install exectrace-workflow # Verify installation exectrace --help