From 11b18286d13bc8d386159a53ec063f16137abd56 Mon Sep 17 00:00:00 2001 From: Sam Morrow Date: Tue, 15 Apr 2025 01:00:06 +0200 Subject: [PATCH] Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 703df68b..574c60f6 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ The following sets of tools are available (all are on by default): | ----------------------- | ------------------------------------------------------------- | | `repos` | Repository-related tools (file operations, branches, commits) | | `issues` | Issue-related tools (create, read, update, comment) | -| `users ` | Anything relating to GitHub Users | +| `users` | Anything relating to GitHub Users | | `pull_requests` | Pull request operations (create, merge, review) | | `code_security` | Code scanning alerts and security features | | `experiments` | Experimental features (not considered stable) |