Update package name and installation command

This commit is contained in:
2024-11-08 11:21:14 -05:00
parent 6d53ffbc0a
commit 1eaaafbd06
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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"