From 994f7d4a8d0cc4980beb9a5cdec97a999af98f17 Mon Sep 17 00:00:00 2001 From: Geoff Seemueller Date: Wed, 25 Dec 2024 08:19:13 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1816e98..b0e9715 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Overview -`toak` is a tool that processes git repository files, cleans code, redacts sensitive information, and generates markdown documentation with token counts using the Llama 3 tokenizer. +`toak` is an intentionally simple yet powerful tool that processes git repository files, cleans code, redacts sensitive information, and generates markdown documentation with token counts using the Llama 3 tokenizer. ```shell $ cd your-git-repo @@ -13,7 +13,7 @@ $ npx toak ## Philosophy 1. _Human-first_ technologies for a better future. -2. If you don't like the name, you will at least remember it. +2. If you don't like the name...good. --- ## Features