From f0ced451010543e538273f27bb256453cd3b3c2e Mon Sep 17 00:00:00 2001 From: Yaohui Liu Date: Thu, 11 May 2023 20:30:36 +0800 Subject: [PATCH] docs: update readme file. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index afa91673..b6d82870 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@ both Windows and Linux and does NOT require compiling the library yourself. ## Installation -Just search `LLama` in nuget package manager and install it! +Just search `LLamaSharp` in nuget package manager and install it! ``` -PM> Install-Package LLama +PM> Install-Package LLamaSharp ``` ## Usages