From f9e38e0c8714ba5258e19a1b0fedb2d824d92280 Mon Sep 17 00:00:00 2001 From: zbigniewjamrozek Date: Tue, 17 Sep 2024 12:44:12 +0200 Subject: [PATCH] Readme update --- README.md | 8 ++++---- pyproject.toml | 5 ++++- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4cd2a4c..aa4c391 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Test Generator CLI +# AI Test Generator CLI -Test Generator CLI is a powerful command-line tool that leverages various AI models to automatically generate unit tests for your code. It supports multiple programming languages and can adapt to your existing testing style. +AI Test Generator CLI is a powerful command-line tool that leverages various AI models to automatically generate unit tests for your code. It supports multiple programming languages and can adapt to your existing testing style. ## Features @@ -12,10 +12,10 @@ Test Generator CLI is a powerful command-line tool that leverages various AI mod ## Installation -Install the Test Generator CLI using pip: +Install the AI Test Generator CLI using pip: ``` -pip install test-generator +pip install ai-test-generator ``` ## Configuration diff --git a/pyproject.toml b/pyproject.toml index 4cccc6f..e95994f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,10 @@ build-backend = "poetry.core.masonry.api" name = "ai-test-generator" version = "0.1.0" description = "A CLI tool for generating unit tests" -authors = ["Mateusz Sawa ", "Patryk Matwijczuk "] +authors = [ + "Mateusz Sawa ", + "Patryk Matwijczuk " +] readme = "README.md" homepage = "https://applandeo.com/" repository = "https://github.com/Applandeo/ai-test-cli"