diff --git a/README.md b/README.md index 5e11351..7e69cb7 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ SimpleChat is a command-line chat application that provides an interactive inter Requires Python 3.11 or higher. ```bash -pip install simplechat +$ pip install simplemind-chat ``` ## Usage diff --git a/pyproject.toml b/pyproject.toml index 0dfc69a..f442238 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "simplechat" +name = "simplemind-chat" version = "0.1.0" description = "A chat interface for AI models using Simplemind." readme = "README.md"