From 29cf12f8cdd076794ee6235d7022138ef362fa1a Mon Sep 17 00:00:00 2001 From: Glenn Date: Wed, 3 Jan 2024 17:53:01 +0100 Subject: [PATCH] doc: fix typo & add syntaxic coloration for yaml --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 50b340c..678e50d 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ ChatGPT. ## Limitations -**Note:** Note: This tool is optimized for smaller codebases. For larger +**Note:** This tool is optimized for smaller codebases. For larger repositories, performance may not be optimal due to processing constraints and the nature of interactions with ChatGPT. @@ -120,9 +120,8 @@ result file itself: You can also do the same by storing all parameters within a configuration file (ex: `code_preloader.yml`). -``` +```yaml --- - ignore_list: - .git - .code_preloader.yml @@ -130,9 +129,7 @@ ignore_list: - prompts output_file_path: result.txt - header_prompt_file_path: prompts/header-context.txt - footer_prompt_file_path: prompts/footer-write-readme.txt ```