From 931bde6406c1e16356406da3a5ebc3d095e01d06 Mon Sep 17 00:00:00 2001 From: marcelarie Date: Mon, 14 Oct 2024 20:11:16 +0200 Subject: [PATCH] fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d44520c..41cc427 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ TODO: ## How? -The CLI app will be written in Rust, leveraging libraries from Nushell (which is -also written in Rust). It will use +The CLI app will be written in Rust, needs to be to use the nushell crates +used for parsing. It will use [treesitter](https://github.com/tree-sitter/tree-sitter) to parse the bash script and get all the aliases.