From 58d960d9140a987bc87bba7e069818938a8f9f84 Mon Sep 17 00:00:00 2001 From: JT <547158+jntrnr@users.noreply.github.com> Date: Fri, 11 Nov 2022 15:16:10 +1300 Subject: [PATCH] Update README re: typechecking (#7094) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5243a24c..fa9a720fa 100644 --- a/README.md +++ b/README.md @@ -206,7 +206,7 @@ Nu is under heavy development and will naturally change as it matures. The chart | Functions | | | | X | | Functions and aliases are supported | | Variables | | | | X | | Nu supports variables and environment variables | | Completions | | | | X | | Completions for filepaths | -| Type-checking | | | X | | | Commands check basic types, but input/output isn't checked | +| Type-checking | | | | x | | Commands check basic types, and input/output types | ## Officially Supported By