From 5eaae685247a18966ed036fbf5fdcb5adb628122 Mon Sep 17 00:00:00 2001 From: Shunyu Yao Date: Thu, 6 Jul 2023 14:07:14 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9e03df..25dcc17 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Also check [its tweet thread](https://twitter.com/ShunyuYao12/status/16593575474 2. Install `tot` package in two ways: - Option 1: Install from PyPI ```bash -pip install tree-of-thought-llm +pip install tree-of-thoughts-llm ``` - Option 2: Install from source ```bash