From 889b1765ba22a9533f90e419efc941b74ecc17f4 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Mon, 4 Aug 2025 17:07:42 -0300 Subject: [PATCH] docs: improve wording Signed-off-by: Carlos Alexandro Becker --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bd9413799a9b30ffc55dd3695841e2b1334faf0b..7fb832b541b7122e2f7f882aa82e1edaf0cd524d 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ nix run github:numtide/nix-ai-tools#crush
Nix (NUR) - + Crush is available via [NUR](https://github.com/nix-community/NUR) in `nur.repos.charmbracelet.crush`. You can also try out Crush via `nix-shell`: @@ -221,10 +221,10 @@ control but don't want Crush to consider when providing context. The `.crushignore` file uses the same syntax as `.gitignore` and can be placed in the root of your project or in subdirectories. -### Whitelisting Tools +### Allowing Tools By default, Crush will ask you for permission before running tool calls. If -you'd like, you can whitelist tools to be executed without prompting you for +you'd like, you can allow tools to be executed without prompting you for permissions. Use this with care. ```json