From 3b5a3d8cd28e31466f03f6f22953f0d34b09d089 Mon Sep 17 00:00:00 2001 From: Kirill Markin Date: Fri, 14 Jun 2024 09:40:17 +0200 Subject: [PATCH] ceo optimisation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6b8a06..9ebb975 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# repo-to-text +# Repository to Text Conversion: repo-to-text command `repo-to-text` is an open-source project that converts the structure and contents of a directory (repository) into a single text file. By executing a simple command in the terminal, this tool generates a text representation of the directory, including the output of the `tree` command and the contents of each file, formatted for easy reading and sharing. This can be very useful for development and debugging with LLM.