diff --git a/README.md b/README.md index 52e97a2e..c83138ee 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Automatically generate beautiful README files powered by AI - - +
+

Objective

Readme-ai is a dev tool that auto-generates detailed README.md files from the command-line using OpenAI's GPT models. Provide a repository URL or local directory path, and README-AI builds a well-structured README.md for your project.

@@ -34,7 +34,7 @@ Readme-ai is a dev tool that auto-generates detailed README.md files from the co Streamlines documentation creation and maintenance, enhancing developer productivity. README-AI aims to improve the adoption of open-source software, enabling all skill levels and disciplines to understand, utilize, and contribute to projects more effectively.

diff --git a/pyproject.toml b/pyproject.toml index dd318e2c..d73182c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "readmeai" -version = "0.4.046" +version = "0.4.047" description = "Generate beautiful README.md files from the terminal, powered by AI." authors = ["Eli <0x.eli.64s@gmail.com>"] license = "MIT"