From a1ea9fa40d1db2001730c82d185b404946f90bf7 Mon Sep 17 00:00:00 2001 From: Christopher Hunter <8398225+crhntr@users.noreply.github.com> Date: Thu, 23 Jan 2025 13:06:49 -0800 Subject: [PATCH] improve muxt check description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 164202b..54a15e4 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ You do not need to add this tool to your module ([unless you want to use the too Commands: - `muxt generate` generate a routes function and receiver interface - `muxt version` writes muxt version to standard out -- `muxt check` static type check your templates +- `muxt check` reduce risk when making changes to your templates using static analysis - `muxt documentation` (wip) template documentation ### Generate Command